Skip to content

Commit

Permalink
Add -c to pg_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Jul 17, 2024
1 parent d3220f2 commit cc0efdf
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 cc0efdf

Please sign in to comment.