Skip to content

Commit f65f16e

Browse files
Leons Petrazickisreevejd
authored andcommitted
pgdatabase
1 parent c8f7ba0 commit f65f16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gamora/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ back_up_postgresql() {
112112
--gzip \
113113
"--host=${PGHOST:?}" \
114114
"--port=${PGPORT:?}" \
115+
"--dbname=${database:?}" \
115116
"--username=${PGUSER:?}" \
116117
"--password" "${PGPASSWORD:?}"
117118
log "Done: Taking PostgreSQL backup of ${database:?}"

0 commit comments

Comments
 (0)