Commit 1996df8b authored by Kirill Smelkov's avatar Kirill Smelkov

X gitlab-rails db (somewhat) works

but it asks password for manual input -> try to upgrade postgres to 9.4
parent 4cc99b5d
......@@ -30,6 +30,10 @@ name = g-pgsql
software-url = {{ urlparse.urljoin(software_release_url, '../postgres/software.cfg') }}
return = url
[postgresql-urlparse]
recipe = slapos.cookbook:urlparse
url = ${request-postgresql:connection-url}
# create gitlab dirs structure
[directory]
......
......@@ -6,10 +6,11 @@
production:
adapter: postgresql
encoding: unicode
database: gitlabhq_production
#database: gitlabhq_production
database: ${postgresql-urlparse:path}
pool: 10
# username: git
# password:
# host:
# port: 5432
username: ${postgresql-urlparse:username}
password: ${postgresql-urlparse:password}
host: ${postgresql-urlparse:host}
port: ${postgresql-urlparse:port}
# socket:
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