Commit 44bc86aa authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'docs-update-skip-auto-migrations' into 'master'

Update what the skip-auto-migrations file does.

See merge request gitlab-org/gitlab-ee!3557
parents 9d4cf471 57e41792
......@@ -336,14 +336,12 @@ The prerequisites for a HA Redis setup are the following:
#redis['master_port'] = 6379
```
1. To prevent database migrations from running on upgrade, run:
1. To prevent reconfigure from running automatically on upgrade, run:
```
sudo touch /etc/gitlab/skip-auto-migrations
```
Only the primary GitLab application server should handle migrations.
1. [Reconfigure Omnibus GitLab][reconfigure] for the changes to take effect.
1. Go through the steps again for all the other slave nodes.
......
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