We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efa621 commit d3662f7Copy full SHA for d3662f7
1 file changed
pkg/backup/backup_test.go
@@ -67,8 +67,8 @@ var _ = Describe("GetBarmanCloudBackupOptions", func() {
67
"--min-chunk-size=5MB",
68
"--read-timeout=60",
69
"-vv",
70
- "--encryption=aes256",
71
- "--immediate-checkpoint=true",
+ "--encryption=aws:kms",
+ "--immediate-checkpoint=false",
72
}
73
backupCommand.configuration.Data.AdditionalCommandArgs = extraOptions
74
0 commit comments