diff options
Diffstat (limited to 'doc/update/zero_downtime.md')
-rw-r--r-- | doc/update/zero_downtime.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/zero_downtime.md b/doc/update/zero_downtime.md index 5aa80c12f11..99457ef98d6 100644 --- a/doc/update/zero_downtime.md +++ b/doc/update/zero_downtime.md @@ -557,7 +557,7 @@ On each **secondary** node, executing the following: 1. Run post-deployment database migrations, specific to the Geo database ```shell - sudo gitlab-rake geo:db:migrate + sudo gitlab-rake db:migrate:geo ``` After all **secondary** nodes are updated, finalize @@ -790,7 +790,7 @@ sudo touch /etc/gitlab/skip-auto-reconfigure ```shell sudo gitlab-ctl reconfigure - sudo SKIP_POST_DEPLOYMENT_MIGRATIONS=true gitlab-rake geo:db:migrate + sudo SKIP_POST_DEPLOYMENT_MIGRATIONS=true gitlab-rake db:migrate:geo ``` 1. If this deploy node is normally used to serve requests or perform @@ -866,7 +866,7 @@ sudo gitlab-ctl restart geo-logcursor 1. Run post-deployment database migrations, specific to the Geo database: ```shell - sudo gitlab-rake geo:db:migrate + sudo gitlab-rake db:migrate:geo ``` 1. Verify Geo configuration and dependencies |