File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ var ExcludeFromRestore = []string{
30
30
defs .DB + "." + defs .PITRChunksCollection ,
31
31
defs .DB + "." + defs .AgentsStatusCollection ,
32
32
defs .DB + "." + defs .PBMOpLogCollection ,
33
+ "admin.system.version" ,
33
34
"config.version" ,
34
35
"config.mongos" ,
35
36
"config.lockpings" ,
@@ -40,9 +41,10 @@ var ExcludeFromRestore = []string{
40
41
"config.transactions" ,
41
42
"config.transaction_coordinators" ,
42
43
"config.changelog" ,
44
+ "config.actionlog" ,
43
45
"config.image_collection" ,
44
- "admin.system.version" ,
45
46
"config.system.indexBuilds" ,
47
+ "config.system.sharding_ddl_coordinators" ,
46
48
47
49
// deprecated PBM collections, keep it here not to bring back from old backups
48
50
defs .DB + ".pbmBackups.old" ,
You can’t perform that action at this time.
0 commit comments