Commit 93ac645e authored by Hossein Pursultani's avatar Hossein Pursultani

Update revert-pg-upgrade docs for Patroni cluster

parent 2f5f1fd5
...@@ -1440,7 +1440,7 @@ Considering these, you should carefully plan your PostgreSQL upgrade: ...@@ -1440,7 +1440,7 @@ Considering these, you should carefully plan your PostgreSQL upgrade:
sudo gitlab-ctl pg-upgrade -V 12 sudo gitlab-ctl pg-upgrade -V 12
``` ```
CAUTION: **Warning:** NOTE: **Note:**
Reverting PostgreSQL upgrade with `gitlab-ctl revert-pg-upgrade` has the same considerations as Reverting PostgreSQL upgrade with `gitlab-ctl revert-pg-upgrade` has the same considerations as
`gitlab-ctl pg-upgrade`. It can be complicated and may involve deletion of the data directory. `gitlab-ctl pg-upgrade`. You should follow the same procedure by first stopping the replicas,
If you need to do that, please contact GitLab support. then reverting the leader, and finally reverting the replicas.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment