Skip to content

Commit 14d092b

Browse files
committed
fixup
1 parent a201701 commit 14d092b

File tree

2 files changed

+1
-277
lines changed

2 files changed

+1
-277
lines changed

internal/version/version.go

Lines changed: 0 additions & 276 deletions
This file was deleted.

pbm/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (f FeatureSupport) PBMSupport() error {
5858
return nil
5959
}
6060

61-
return errors.New("Unsupported MongoDB version. PBM works with v4.4, v5.0, v6.0")
61+
return errors.New("Unsupported MongoDB version. PBM works with v4.4, v5.0, v6.0, v7.0")
6262
}
6363

6464
func (f FeatureSupport) FullPhysicalBackup() bool {

0 commit comments

Comments
 (0)