use postgres 15 and add entrypoint.sh for pg_upgrade

This commit is contained in:
2023-06-15 16:04:05 +02:00
parent 53e4d82aa3
commit 5e3e8a655b
3 changed files with 51 additions and 1 deletions

View File

@ -1,4 +1,5 @@
export APP_ENTRYPOINT_VERSION=v6
export DB_ENTRYPOINT_VERSION=v1
migrate() {
export DATABASE_PASSWORD=$(cat /run/secrets/db_password)