Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Dec 12, 2024
1 parent e6c5d1e commit e2250da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/handlers/validation/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
errDuplicatedSchedules = errors.New("duplicated backup schedules are not allowed")
errDuplicatedStoragePG = errors.New("postgres clusters can't use the same storage for the different schedules")
errStorageChangePG = errors.New("the existing postgres schedules can't change their storage")
errDuplicatedBackupStorage = errors.New("backup storages with the same url, bucket and url are not allowed")
errDuplicatedBackupStorage = errors.New("backup storages with the same url, bucket and region are not allowed")
errEditBackupStorageInUse = errors.New("can't edit bucket or region of the backup storage in use")
errShardingIsNotSupported = errors.New("sharding is not supported")
errInsufficientShardsNumber = errors.New("shards number should be greater than 0")
Expand Down

0 comments on commit e2250da

Please sign in to comment.