Commit 57e41792 authored by Chenjerai Katanda's avatar Chenjerai Katanda

Update what the skip-auto-migrations file does.

parent 9d4cf471
......@@ -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