Skip to content

Commit f67cbff

Browse files
authored
[PBM-1231] skip config.actionlog (#906)
1 parent 93923b1 commit f67cbff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/snapshot/restore.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var ExcludeFromRestore = []string{
3030
defs.DB + "." + defs.PITRChunksCollection,
3131
defs.DB + "." + defs.AgentsStatusCollection,
3232
defs.DB + "." + defs.PBMOpLogCollection,
33+
"admin.system.version",
3334
"config.version",
3435
"config.mongos",
3536
"config.lockpings",
@@ -40,9 +41,10 @@ var ExcludeFromRestore = []string{
4041
"config.transactions",
4142
"config.transaction_coordinators",
4243
"config.changelog",
44+
"config.actionlog",
4345
"config.image_collection",
44-
"admin.system.version",
4546
"config.system.indexBuilds",
47+
"config.system.sharding_ddl_coordinators",
4648

4749
// deprecated PBM collections, keep it here not to bring back from old backups
4850
defs.DB + ".pbmBackups.old",

0 commit comments

Comments
 (0)