Skip to content

Commit

Permalink
remove peers_v2 from restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushis committed Sep 26, 2023
1 parent 05f6b4d commit 8e67a07
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ public class BackupRestoreUtil {
ImmutableMap.of(
"system",
Arrays.asList(
"local", "peers", "hints", "compactions_in_progress", "LocationInfo"));
"local",
"peers",
"peers_v2",
"hints",
"compactions_in_progress",
"LocationInfo"));

@Inject
public BackupRestoreUtil(String configIncludeFilter, String configExcludeFilter) {
Expand Down

0 comments on commit 8e67a07

Please sign in to comment.