test: compatibility with MDEV-19949

This commit is contained in:
Daniel Black 2024-08-14 13:29:28 +10:00
parent b99c24e3ed
commit 1637a68a19

View File

@ -890,11 +890,11 @@ zstd "${initdb}"/*zst*
docker exec \
"$cname" \
mariabackup --backup --target-dir=/backup/d --user root --password soverysecret
mariadb-backup --backup --target-dir=/backup/d --user root --password=soverysecret
docker exec \
"$cname" \
mariabackup --prepare --target-dir=/backup/d
mariadb-backup --prepare --target-dir=/backup/d
# purge this out, in the server we may end up saving it, but the test here
# is the user password is reset and file recreated on restore.