Commit 8f091163 authored by Chenjerai Katanda's avatar Chenjerai Katanda

Add disable auto-migrate to consul server setup

parent 9281cf89
...@@ -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