Skip to content

Commit

Permalink
[PBM-1231] skip config.actionlog (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
defbin authored Feb 7, 2024
1 parent 93923b1 commit f67cbff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/snapshot/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var ExcludeFromRestore = []string{
defs.DB + "." + defs.PITRChunksCollection,
defs.DB + "." + defs.AgentsStatusCollection,
defs.DB + "." + defs.PBMOpLogCollection,
"admin.system.version",
"config.version",
"config.mongos",
"config.lockpings",
Expand All @@ -40,9 +41,10 @@ var ExcludeFromRestore = []string{
"config.transactions",
"config.transaction_coordinators",
"config.changelog",
"config.actionlog",
"config.image_collection",
"admin.system.version",
"config.system.indexBuilds",
"config.system.sharding_ddl_coordinators",

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

0 comments on commit f67cbff

Please sign in to comment.