Skip to content

Commit

Permalink
Removed redundant --extended-insert flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vjku committed Jan 31, 2025
1 parent 3b0b8c2 commit 29e7f5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/restic_compose_backup/containers_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def dump_command(self) -> list:
"--single-transaction",
"--order-by-primary",
"--compact",
"--extended-insert",
"--force"
]

Expand Down Expand Up @@ -122,7 +121,6 @@ def dump_command(self) -> list:
"--single-transaction",
"--order-by-primary",
"--compact",
"--extended-insert",
"--force"
]

Expand Down

0 comments on commit 29e7f5c

Please sign in to comment.