Commit e01cc524 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-source-install-database-main' into 'master'

Docs: Update database.yml to include main: syntax

See merge request gitlab-org/gitlab!70654
parents 16594fb8 c78c5914
......@@ -557,9 +557,10 @@ sudo -u git cp config/database.yml.postgresql config/database.yml
# Once modified, the `production` settings will be as follows:
#
# production:
# adapter: postgresql
# encoding: unicode
# database: gitlabhq_production
# main:
# adapter: postgresql
# encoding: unicode
# database: gitlabhq_production
#
sudo -u git -H editor config/database.yml
......
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