talyz b351454cac nixos/gitlab: Use postgresql module options to provision local db
Use the postgresql module to provision a local db (if
databaseCreateLocally is true) instead of doing this locally.

Switch to using the local unix socket for db connections by default;
this is needed since dbs created by the postgresql module only support
peer authentication.

Instead of running the rake tasks db:schema:load, db:migrate and
db:seed_fu, run gitlab:db:configure, which in turn runs these tasks
when needed.

Solves issue #53852 for gitlab.
2019-09-06 16:56:20 +02:00
..
2019-09-06 02:54:53 +02:00
2019-09-04 21:36:49 +02:00
2019-09-06 02:54:53 +02:00
2019-09-06 02:57:51 +02:00
2019-09-04 22:46:42 +00:00