Skip to content

Commit

Permalink
remove d format
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Mar 28, 2024
1 parent d1b1c16 commit a8d6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logical-backup/dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function estimate_size {
function dump_db {
echo "Taking dump of ${PGDATABASE} from ${PGHOST}"
# settings are taken from the environment
"$PG_BIN"/pg_dump --jobs=$PG_DUMP_NJOBS --format=d --compress=$PG_DUMP_COMPRESS --file "/tmp/db-$1" $PG_DUMP_EXTRA_ARGUMENTS $1
"$PG_BIN"/pg_dump --jobs=$PG_DUMP_NJOBS --compress=$PG_DUMP_COMPRESS --file "/tmp/db-$1" $PG_DUMP_EXTRA_ARGUMENTS $1
}

function dump_global {
Expand Down

0 comments on commit a8d6043

Please sign in to comment.