You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to/refresh.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Check the restored data by ensuring that:
73
73
74
74
In the event that something goes wrong (e.g. the refresh fails, the new version of PostgreSQL is not performant enough, a database client is incompatible with the new version), you may want to quickly roll back.
75
75
76
-
Prepare for this possibility by reading through the entire refresh documentation—with special attention to the [rollback section](#roll-back)—before starting the refresh.
76
+
Prepare for this possibility by reading through the entire refresh documentation—with special attention to the [](#halt-the-refresh) and [](#roll-back) sections—before starting the refresh.
77
77
78
78
## Review release notes
79
79
@@ -173,9 +173,7 @@ Use `juju refresh` and specify the charm revision that you are refreshing to.
173
173
juju refresh postgresql --revision 0
174
174
```
175
175
176
-
## Roll back
177
-
178
-
### Halt the refresh
176
+
## Halt the refresh
179
177
180
178
If something goes wrong, halt the refresh by running:
0 commit comments