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..."
|
echo "Reloading nginx configuration..."
|
||||||
invoke-rc.d nginx reload
|
invoke-rc.d nginx reload
|
||||||
fi
|
fi
|
||||||
dbc_go $gitlab_user "$@"
|
|
||||||
|
dbc_dbtypes="pgsql"
|
||||||
|
dbc_dbname="gitlab_production"
|
||||||
|
dbc_dbuser="$gitlab_user"
|
||||||
|
|
||||||
|
dbc_go gitlab "$@"
|
||||||
db_stop
|
db_stop
|
||||||
|
|
||||||
# enable the pg_trgm extension
|
# enable the pg_trgm extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue