Add changes
This commit is contained in:
parent
43cd8a598b
commit
a53e883026
|
@ -505,7 +505,6 @@ if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then
|
||||||
update_db_settings
|
update_db_settings
|
||||||
waiting_for_db
|
waiting_for_db
|
||||||
create_db_tbl
|
create_db_tbl
|
||||||
IS_UPGRADE="false"
|
|
||||||
else
|
else
|
||||||
# change rights for postgres directory
|
# change rights for postgres directory
|
||||||
chown -R postgres:postgres ${PG_ROOT}
|
chown -R postgres:postgres ${PG_ROOT}
|
||||||
|
@ -564,7 +563,6 @@ done
|
||||||
if [ ${PG_NEW_CLUSTER} = "true" ]; then
|
if [ ${PG_NEW_CLUSTER} = "true" ]; then
|
||||||
create_postgresql_db
|
create_postgresql_db
|
||||||
create_postgresql_tbl
|
create_postgresql_tbl
|
||||||
IS_UPGRADE="false"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${IS_UPGRADE}" = "true" ]; then
|
if [ "${IS_UPGRADE}" = "true" ]; then
|
||||||
|
|
Loading…
Reference in a new issue