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
Charmed PostgreSQL supports minor {term}`in-place` {term}`refresh` via the [`juju refresh`](https://documentation.ubuntu.com/juju/3.6/reference/juju-cli/list-of-juju-cli-commands/refresh/#details) command.
4
-
5
3
```{admonition} Emergency stop button
6
4
:class: attention
7
-
Use `juju config appname pause-after-unit-refresh=all` to halt an in-progress refresh
5
+
Use `juju config appname pause-after-unit-refresh=all` to halt an in-progress refresh. Then, consider [rolling back](/how-to/refresh/rollback)
8
6
```
9
7
10
-
## Supported refreshes
8
+
Charmed PostgreSQL supports minor {term}`in-place` {term}`refresh` via the [`juju refresh`](https://documentation.ubuntu.com/juju/3.6/reference/juju-cli/list-of-juju-cli-commands/refresh/#details) command.
11
9
12
-
**Minor in-place {term}`upgrade`** between stable releases.
13
-
E.g. PostgreSQL 16.9 is upgraded to 16.10
10
+
## Recommended refreshes
14
11
15
-
> See [How to perform a minor upgrade](/how-to/refresh/minor-upgrade)
12
+
These refreshes are well-tested and should be preferred.
16
13
17
-
**Minor in-place {term}`rollback`** between stable releases.
18
-
E.g. An upgrade from PostgreSQL 16.9 -> 16.10 fails, so a rollback is triggered to take all units from 16.10 back to 16.9.
0 commit comments