Skip to content

Commit

Permalink
useNewUnwrapImplementation = true
Browse files Browse the repository at this point in the history
This breaks things with delta backups, but we don't use delta backups
  • Loading branch information
Philip Dubé committed Jul 19, 2023
1 parent e0d0d90 commit 6dd09cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/databases/postgres/backup_new.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// temporary flag is used in tar interpreter to determine if it should use new unwrap logic
var useNewUnwrapImplementation = false
var useNewUnwrapImplementation = true

// UnwrapResult stores information about
// the result of single backup unwrap operation
Expand Down

0 comments on commit 6dd09cd

Please sign in to comment.