diff --git a/internal/snapshot/restore.go b/internal/snapshot/restore.go index 64116f33f..007ee9bbd 100644 --- a/internal/snapshot/restore.go +++ b/internal/snapshot/restore.go @@ -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", @@ -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",