Skip to content

Commit 7c9fa69

Browse files
committed
Revert "Document errored instance recovery"
This reverts commit 06c8d43.
1 parent 06c8d43 commit 7c9fa69

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

2.0/docs/apps/instances.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ You add or remove instances from `Apps > [App] > Instances`.
4646

4747
An app instance can move to `errored` when Wodby cannot finish creating it or cannot finish deletion cleanup.
4848

49-
Errored instances remain visible so you can inspect task logs and recover or delete the instance. After fixing the
50-
underlying problem, retry recovery with a new build, a new deployment, or redeploy an existing deployment. If the
51-
instance cannot be recovered, delete it and create a new one.
52-
53-
Configuration and runtime operations remain blocked while the instance is errored. This includes stack upgrades, service
54-
configuration changes, route and auth changes, app-scoped backups, cron jobs, shell sessions, live logs, pod queries, and
55-
container-backed database changes. Automatic app-scoped schedules such as backups, cron jobs, and certificate renewals
56-
skip errored instances.
49+
Errored instances remain visible so you can inspect task logs and delete the instance. Operations that would create new
50+
runtime work or change deployable configuration are blocked, including new builds and deployments, stack upgrades,
51+
service configuration changes, route and auth changes, app-scoped backups, cron jobs, shell sessions, live logs, pod
52+
queries, and container-backed database changes. Automatic app-scoped schedules such as backups, cron jobs, and
53+
certificate renewals skip errored instances.
54+
55+
Review the failed task to find the cause. After fixing the underlying problem, delete the errored instance and create a
56+
new one.
5757

5858
## Related pages
5959

0 commit comments

Comments
 (0)