From a53e8830260fc07903fec6d6d2ffbb7bacc8ed59 Mon Sep 17 00:00:00 2001 From: Roman Demidov Date: Mon, 5 Apr 2021 11:45:01 +0300 Subject: [PATCH] Add changes --- run-document-server.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run-document-server.sh b/run-document-server.sh index a11795f..1b47646 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -505,7 +505,6 @@ if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then update_db_settings waiting_for_db create_db_tbl - IS_UPGRADE="false" else # change rights for postgres directory chown -R postgres:postgres ${PG_ROOT} @@ -564,7 +563,6 @@ done if [ ${PG_NEW_CLUSTER} = "true" ]; then create_postgresql_db create_postgresql_tbl - IS_UPGRADE="false" fi if [ "${IS_UPGRADE}" = "true" ]; then