Fix PGPORT in upgrade script

This commit is contained in:
Daniel Berteaud 2024-01-30 16:22:44 +01:00
parent 87d9fff606
commit f969959db6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -euo pipefail
export PGHOST=${OO_DB_HOST}
export DGPORT=${OO_DB_PORT}
export PGPORT=${OO_DB_PORT}
export PGDATABASE=${OO_DB_NAME}
export PGUSER=${OO_DB_USER}
export PGPASSWORD=${OO_DB_PASS}