Skip to content
Snippets Groups Projects
Commit 1637a68a authored by Daniel Black's avatar Daniel Black
Browse files

test: compatibility with MDEV-19949

parent b99c24e3
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment