forked from cloudron-apps/peertube-app
Delete suffix from older installations
This commit is contained in:
parent
0f2ef1f346
commit
a0d74d4bca
1 changed files with 1 additions and 0 deletions
1
start.sh
1
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.username "${CLOUDRON_POSTGRESQL_USERNAME}"
|
||||||
yq w -i /app/data/production.yaml database.password "${CLOUDRON_POSTGRESQL_PASSWORD}"
|
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 w -i /app/data/production.yaml database.name "${CLOUDRON_POSTGRESQL_DATABASE}"
|
||||||
|
yq d -i /app/data/production.yaml database.suffix
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
yq w -i /app/data/production.yaml redis.hostname "${CLOUDRON_REDIS_HOST}"
|
yq w -i /app/data/production.yaml redis.hostname "${CLOUDRON_REDIS_HOST}"
|
||||||
|
|
Loading…
Reference in a new issue