From 56fddf1ea69aac50e9410bbdd7a5e3511fb3dc24 Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 22 Dec 2023 16:21:55 +0000 Subject: [PATCH] f --- demo_split.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 demo_split.sh diff --git a/demo_split.sh b/demo_split.sh deleted file mode 100644 index 1385f9270e..0000000000 --- a/demo_split.sh +++ /dev/null @@ -1,20 +0,0 @@ - -FINAL_SHARDS=8 -TENANT_ID=1f359dd625e519a1a4e8d7509690f6fc -ARGS=--release - -cargo neon $ARGS endpoint stop ep-main - -cargo neon $ARGS tenant shard-split --shard-count=$FINAL_SHARDS -cargo neon $ARGS tenant status -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0008 --id=1 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0108 --id=2 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0208 --id=3 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0308 --id=4 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0408 --id=5 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0508 --id=6 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0608 --id=7 -cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0708 --id=8 -cargo neon $ARGS tenant status - -cargo neon $ARGS endpoint start ep-main