Skip to:
Setup 3 servers replica set with the default configuration: no hidden or delayed nodes
Setup PBM
Run snapshot backups every hour
Run pbm status and notice that some backups failed with "Backup has no data for the config server or sole replicaset"
Table pbmBackups contains something like:
{ "_id" : ObjectId("6127f38ba471bc9d20b4218c"), "opid" : "6127f2c1212aa6bbe02e55aa", "name" : "2021-08-26T20:00:01Z", "replsets" : [ ], ...
For successful backups "replsets" is not empty.
How to Repeat
Setup 3 servers replica set with the default configuration: no hidden or delayed nodes
Setup PBM
Run snapshot backups every hour
Run pbm status and notice that some backups failed with "Backup has no data for the config server or sole replicaset"
Table pbmBackups contains something like:
{ "_id" : ObjectId("6127f38ba471bc9d20b4218c"), "opid" : "6127f2c1212aa6bbe02e55aa", "name" : "2021-08-26T20:00:01Z", "replsets" : [ ], ...
For successful backups "replsets" is not empty.