test-upgrade with v1 -> v2

This commit is contained in:
Alex Auvolat
2025-03-12 16:06:28 +01:00
parent f7d9c2b383
commit 9c745548c4
4 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ until $GARAGE_BIN -c /tmp/config.1.toml status 2>&1|grep -q HEALTHY ; do
sleep 1
done
if [ "$GARAGE_08" = "1" ]; then
if [ "$GARAGE_OLDVER" = "v08" ]; then
$GARAGE_BIN -c /tmp/config.1.toml status \
| grep 'NO ROLE' \
| grep -Po '^[0-9a-f]+' \