Skip to content
Snippets Groups Projects
Commit 0c3d1e907b59 authored by Katrin Leinweber's avatar Katrin Leinweber
Browse files

Add optional "pause replication" step


Co-authored-by: default avatarIan Baum <ibaum@gitlab.com>
parent f455f3a4cfdb
No related branches found
No related tags found
2 merge requests!157Merge upstream Omnibus GitLab up to the 17.4 branching point,!156Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -1166,6 +1166,9 @@
1. Gather the replication user's password. It was set while setting up Geo in
[Step 1. Configure the primary site](https://docs.gitlab.com/ee/administration/geo/setup/database.html#step-1-configure-the-primary-site).
1. Optional. [Pause replication on each **secondary** site](https://docs.gitlab.com/ee/administration/geo/index.html#pausing-and-resuming-replication)
to protect their disaster recovery (DR) capability.
1. Manually upgrade PostgreSQL on the Geo primary. Run on the Geo primary's
database node:
......@@ -1198,7 +1201,9 @@
`pg_hba.conf` file. This is needed because `replicate-geo-database`
replicates the primary's file to the secondary.
1. Restart `puma`, `sidekiq`, and `geo-logcursor`.
1. If you paused replication in step 3,
[resume replication on each **secondary**](https://docs.gitlab.com/ee/administration/geo/index.html#pausing-and-resuming-replication).
Then, restart `puma`, `sidekiq`, and `geo-logcursor`.
```shell
sudo gitlab-ctl hup puma
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment