Skip to content

Commit

Permalink
PoC for 1-1 restore (VNODES)
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Dec 12, 2024
1 parent fd98d26 commit 20fe33f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {} +
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

0 comments on commit 20fe33f

Please sign in to comment.