Commit Graph

5 Commits

Author SHA1 Message Date
Ben Bodenmiller 00119a5b6d specify where to finish database HA setup 2017-03-06 17:17:11 +00:00
Drew Blessing a7a2cc1355 Add `gitlab_rails['auto_migrate'] = false` to HA docs for Redis/PG [ci skip]
In a high availability configuration, the Redis and PostgreSQL nodes
should not attempt to run database migrations. In fact, trying will
result in errors about not providing a database password. To
prevent errors and confusion, add this configurtion to these nodes'
`gitlab.rb` file.
2016-12-15 10:41:09 -06:00
Ian Baum 44b082c7cc Updating reference to database password
postgresql['sql_password'] is not used, should be
gitlab_rails['db_password']
2016-12-08 13:47:16 -06:00
Ben Bodenmiller 3a1b21febb add missing sudo skip-auto-migration 2016-11-12 03:45:33 +00:00
Drew Blessing 34ea1d2cfe New HA docs [ci skip] 2016-04-22 13:18:06 -05:00