From 20fe33f5a49b1bb4509bf9a47f9df5b7af83f4a9 Mon Sep 17 00:00:00 2001 From: Karol Kokoszka Date: Thu, 12 Dec 2024 12:25:45 +0100 Subject: [PATCH] PoC for 1-1 restore (VNODES) --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3869d1b0..87067bedd 100644 --- a/Makefile +++ b/Makefile @@ -485,4 +485,10 @@ clean_restore: sudo rm -rf ./testing/scylla/data/dc2n2/* sudo rm -rf ./testing/scylla/data/dc2n3/* @echo "Cleaning up .1-1-restore-poc, keeping only backup.tar.gz and backuptest_data.big_table.sorted.csv" - find .1-1-restore-poc -mindepth 1 ! -name "backup.tar.gz" ! -name "backuptest_data.big_table.sorted.csv" -exec rm -rf {} + \ No newline at end of file + find .1-1-restore-poc -mindepth 1 ! -name "backup.tar.gz" ! -name "backuptest_data.big_table.sorted.csv" -exec rm -rf {} + + git checkout -- testing/scylla/scylla-PoC-restore-dc1-n1.yaml + git checkout -- testing/scylla/scylla-PoC-restore-dc1-n2.yaml + git checkout -- testing/scylla/scylla-PoC-restore-dc1-n3.yaml + git checkout -- testing/scylla/scylla-PoC-restore-dc2-n1.yaml + git checkout -- testing/scylla/scylla-PoC-restore-dc2-n2.yaml + git checkout -- testing/scylla/scylla-PoC-restore-dc2-n3.yaml