Commit 860536ff authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'ck-consul-disable-migrations-docs' into 'master'

Add disable auto-migrate to consul server setup

See merge request gitlab-org/gitlab-ee!4577
parents 21a8bf41 8f091163
...@@ -228,6 +228,9 @@ On each Consul node perform the following: ...@@ -228,6 +228,9 @@ On each Consul node perform the following:
server: true, server: true,
retry_join: %w(Y.Y.Y.Y consul1.gitlab.example.com Z.Z.Z.Z) retry_join: %w(Y.Y.Y.Y consul1.gitlab.example.com Z.Z.Z.Z)
} }
# Disable auto migrations
gitlab_rails['auto_migrate'] = false
# #
# END user configuration # END user configuration
``` ```
......
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