mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
Set the owner of the database tables to be the DBA user we created.
This commit is contained in:
parent
c9568f6a40
commit
c58ed7cb16
@ -120,7 +120,7 @@ psql -q ${DBA} -f "${DBADIR}/davical.sql" "${DBNAME}" 2>&1 | egrep -v "(^CREATE
|
||||
|
||||
#
|
||||
# Set permissions for the application DB user on the database
|
||||
${DBADIR}/update-rscds-database --dbname "${DBNAME}" --appuser "${AWL_APPUSER}" --nopatch
|
||||
${DBADIR}/update-rscds-database --dbname "${DBNAME}" --appuser "${AWL_APPUSER}" --nopatch --owner "${AWL_DBAUSER}"
|
||||
|
||||
#
|
||||
# Load the required base data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user