Skip to content

Commit

Permalink
Merge pull request #11 from someengineering/lloesche/clean
Browse files Browse the repository at this point in the history
Add -c to pg_dump
  • Loading branch information
lloesche authored Jul 17, 2024
2 parents d3220f2 + cc0efdf commit b5afa7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixbackup/backup/postgresql.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def backup(args: Namespace, backup_file_path: Path, timeout: int = 900, compress
command = [
"pg_dump",
"-w",
"-c",
"--if-exists",
"--inserts",
"-h",
Expand Down

0 comments on commit b5afa7c

Please sign in to comment.