Skip to content

Commit 57233ff

Browse files
committed
prioritize refresh terminology
1 parent 18796e8 commit 57233ff

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/how-to/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Other deployment scenarios and configurations:
4343
* [Enable tracing] with Tempo
4444
* [Enable profiling] with Parca
4545

46-
## Upgrades
47-
* [How to upgrade]
46+
## Refresh (upgrade)
47+
* [How to refresh]
4848
* [Perform a minor upgrade]
4949
* [Perform a minor rollback]
5050

@@ -101,9 +101,9 @@ This section is for charm developers looking to support PostgreSQL integrations
101101
[Enable tracing]: /how-to/monitoring-cos/enable-tracing
102102
[Enable profiling]: /how-to/monitoring-cos/enable-profiling
103103

104-
[How to upgrade]: /how-to/upgrade/index
105-
[Perform a minor upgrade]: /how-to/upgrade/minor-upgrade
106-
[Perform a minor rollback]: /how-to/upgrade/minor-rollback
104+
[How to upgrade]: /how-to/refresh/index
105+
[Perform a minor upgrade]: /how-to/refresh/minor-upgrade
106+
[Perform a minor rollback]: /how-to/refresh/minor-rollback
107107

108108
[Cross-regional async replication]: /how-to/cross-regional-async-replication/index
109109
[Set up clusters]: /how-to/cross-regional-async-replication/set-up-clusters

docs/how-to/upgrade/index.md renamed to docs/how-to/refresh/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upgrade (refresh)
1+
# Refresh (upgrade)
22

33
A charm **refresh** is any change to the version of a charm, and/or its {term}`workload`.
44

@@ -11,8 +11,8 @@ This charm **can only be upgraded to a higher version**. It cannot be {term}`dow
1111
The charm version can only be lowered in the case of an ongoing refresh that needs to {term}`roll back <rollback>` to its {term}`original version` due to a failure.
1212

1313
```{seealso}
14-
* [How to perform a minor upgrade](/how-to/upgrade/minor-upgrade)
15-
* [How to perform a minor rollback](/how-to/upgrade/minor-rollback)
14+
* [How to perform a minor upgrade](/how-to/refresh/minor-upgrade)
15+
* [How to perform a minor rollback](/how-to/refresh/minor-rollback)
1616
```
1717

1818
## Supported versions
File renamed without changes.

docs/how-to/upgrade/minor-upgrade.md renamed to docs/how-to/refresh/minor-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The refresh process boils down to:
1010
Once in the refresh is in progress, the UI will clearly indicate what is happening to each unit, and what actions are required from the user to continue the process or roll back in case of a problem.
1111

1212
```{seealso}
13-
* [How to perform a minor rollback](/how-to/upgrade/minor-rollback)
13+
* [How to perform a minor rollback](/how-to/refresh/minor-rollback)
1414
* [All Charmed PostgreSQL minor versions](/reference/releases)
1515
* [](/how-to/back-up-and-restore/create-a-backup)
1616
* [Developer docs for charm-refresh](https://canonical-charm-refresh.readthedocs-hosted.com/latest/)

0 commit comments

Comments
 (0)