Skip to content

Commit 10ba619

Browse files
authored
PBM-1417: allow multi-database selective backup (#1038)
1 parent 2a6b65b commit 10ba619

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/pbm/backup.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ func runBackup(
9797
if err != nil {
9898
return nil, errors.Wrap(err, "parse --ns option")
9999
}
100-
if len(nss) > 1 {
101-
return nil, errors.New("parse --ns option: multiple namespaces are not supported")
102-
}
103100
if len(nss) != 0 && b.typ != string(defs.LogicalBackup) {
104101
return nil, errors.New("--ns flag is only allowed for logical backup")
105102
}

0 commit comments

Comments
 (0)