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 9c06090 commit 4c0cff8Copy full SHA for 4c0cff8
util/backrest.go
@@ -43,7 +43,7 @@ func ValidateBackrestStorageTypeOnBackupRestore(newBackRestStorageType,
43
strings.Contains(newBackRestStorageType, "s3") &&
44
!strings.Contains(currentBackRestStorageType, "s3") {
45
return errors.New("Storage type 's3' not allowed. S3 storage is not enabled for " +
46
- "pgBackRest in thiscluster")
+ "pgBackRest in this cluster")
47
} else if (newBackRestStorageType == "" ||
48
strings.Contains(newBackRestStorageType, "local")) &&
49
(currentBackRestStorageType != "" &&
0 commit comments