add missing sudo skip-auto-migration

This commit is contained in:
Ben Bodenmiller 2016-11-12 03:45:33 +00:00
parent 6eeff67c6e
commit 3a1b21febb
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
1. Exit the database prompt by typing `\q` and Enter.
1. Exit the `gitlab-psql` user by running `exit` twice.
1. Run `sudo gitlab-ctl reconfigure` a final time.
1. Run `touch /etc/gitlab/skip-auto-migrations` to prevent database migrations
1. Run `sudo touch /etc/gitlab/skip-auto-migrations` to prevent database migrations
from running on upgrade. Only the primary GitLab application server should
handle migrations.