From 811bc3ba2099050cefce0a1a93671c1c7206ac2a Mon Sep 17 00:00:00 2001 From: Shail Pujan Date: Fri, 11 Oct 2024 12:22:00 +0530 Subject: [PATCH] Added 40x backup and restore scripts to the local example script Signed-off-by: Shail Pujan --- test/local_example.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/local_example.sh b/test/local_example.sh index 4e786db318c..27f512a34eb 100755 --- a/test/local_example.sh +++ b/test/local_example.sh @@ -98,5 +98,11 @@ mysql --table < ../common/select_customer80-_data.sql ./306_down_shard_0.sh +./401_backup.sh + +./402_list_backup.sh + +./403_restore_from_backup.sh + ./501_teardown.sh