From a0d74d4bca5b5123b98579ac20e86c4937888b02 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 21 Jul 2020 13:12:54 -0700 Subject: [PATCH] Delete suffix from older installations --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index 39f09e9..c1fd985 100755 --- a/start.sh +++ b/start.sh @@ -35,6 +35,7 @@ yq w -i /app/data/production.yaml database.port "${CLOUDRON_POSTGRESQL_PORT}" yq w -i /app/data/production.yaml database.username "${CLOUDRON_POSTGRESQL_USERNAME}" yq w -i /app/data/production.yaml database.password "${CLOUDRON_POSTGRESQL_PASSWORD}" yq w -i /app/data/production.yaml database.name "${CLOUDRON_POSTGRESQL_DATABASE}" +yq d -i /app/data/production.yaml database.suffix # redis yq w -i /app/data/production.yaml redis.hostname "${CLOUDRON_REDIS_HOST}"