File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ services:
509509 - redis
510510
511511 environment :
512- DATABASE_URL : postgres://postgres:${POSTGRESQL_SECRET:-password}@postgres:5432/greenlight-v3
512+ DATABASE_URL : postgres://postgres:${POSTGRESQL_SECRET:-password}@postgres:5432/greenlight
513513 REDIS_URL : redis://redis:6379
514514 {{ if $ignore_tls_cert_errors }}
515515 BIGBLUEBUTTON_ENDPOINT : http://10.7.7.1:48083/bigbluebutton/api
Original file line number Diff line number Diff line change 4242
4343 if [ -d " ./postgres-data" ]; then
4444 echo " folder ./postgres-data still exists and probably uses postgres 12. migrating to a fresh postgres 16 data directory..."
45+ docker compose down --remove-orphans
4546 ./scripts/postgres-migrate ./postgres-data ./data/postgres 16
4647 mv postgres-data postgres-data.automigrate-bak
4748 fi
You can’t perform that action at this time.
0 commit comments