set dbc_dbuser in postinst too
This commit is contained in:
parent
9d7b2f0778
commit
ec58d79656
1 changed files with 6 additions and 1 deletions
7
debian/postinst
vendored
7
debian/postinst
vendored
|
@ -315,7 +315,12 @@ case "$1" in
|
|||
echo "Reloading nginx configuration..."
|
||||
invoke-rc.d nginx reload
|
||||
fi
|
||||
dbc_go $gitlab_user "$@"
|
||||
|
||||
dbc_dbtypes="pgsql"
|
||||
dbc_dbname="gitlab_production"
|
||||
dbc_dbuser="$gitlab_user"
|
||||
|
||||
dbc_go gitlab "$@"
|
||||
db_stop
|
||||
|
||||
# enable the pg_trgm extension
|
||||
|
|
Loading…
Reference in a new issue