Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
defbin committed Nov 29, 2023
1 parent a201701 commit 14d092b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 277 deletions.
276 changes: 0 additions & 276 deletions internal/version/version.go

This file was deleted.

2 changes: 1 addition & 1 deletion pbm/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (f FeatureSupport) PBMSupport() error {
return nil
}

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

func (f FeatureSupport) FullPhysicalBackup() bool {
Expand Down

0 comments on commit 14d092b

Please sign in to comment.