From c108a64f427c58b7ad61094c039073f32cc3d395 Mon Sep 17 00:00:00 2001 From: Dmytro Zghoba Date: Mon, 18 Sep 2023 17:21:49 +0300 Subject: [PATCH] [PBM-1181] exclude config.changelog from restore (#878) --- pbm/snapshot/restore.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pbm/snapshot/restore.go b/pbm/snapshot/restore.go index f4c7b686f..b5ba9f749 100644 --- a/pbm/snapshot/restore.go +++ b/pbm/snapshot/restore.go @@ -38,6 +38,7 @@ var ExcludeFromRestore = []string{ "config.shards", "config.transactions", "config.transaction_coordinators", + "config.changelog", "config.image_collection", "admin.system.version", "config.system.indexBuilds",