Skip to content

Commit 5264e16

Browse files
committed
Marking entire storage config for resync
1 parent 1a599f4 commit 5264e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type Config struct {
7575
Name string `bson:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
7676
IsProfile bool `bson:"profile,omitempty" json:"profile,omitempty" yaml:"profile,omitempty"`
7777

78-
Storage StorageConf `bson:"storage" json:"storage" yaml:"storage"`
78+
Storage StorageConf `bson:"storage" json:"storage" yaml:"storage" pbm:"resync"`
7979
PITR *PITRConf `bson:"pitr,omitempty" json:"pitr,omitempty" yaml:"pitr,omitempty"`
8080
Backup *BackupConf `bson:"backup,omitempty" json:"backup,omitempty" yaml:"backup,omitempty"`
8181
Restore *RestoreConf `bson:"restore,omitempty" json:"restore,omitempty" yaml:"restore,omitempty"`

0 commit comments

Comments
 (0)