From 6dd09cd0e6ae20733d49a8b639dae80802d834a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Sat, 5 Feb 2022 23:20:30 +0000 Subject: [PATCH] useNewUnwrapImplementation = true This breaks things with delta backups, but we don't use delta backups --- internal/databases/postgres/backup_new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/databases/postgres/backup_new.go b/internal/databases/postgres/backup_new.go index 45fdcea67..242ff9119 100644 --- a/internal/databases/postgres/backup_new.go +++ b/internal/databases/postgres/backup_new.go @@ -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