test: compatibility with MDEV-19949
This commit is contained in:
parent
b99c24e3ed
commit
1637a68a19
@ -890,11 +890,11 @@ zstd "${initdb}"/*zst*
|
|||||||
|
|
||||||
docker exec \
|
docker exec \
|
||||||
"$cname" \
|
"$cname" \
|
||||||
mariabackup --backup --target-dir=/backup/d --user root --password soverysecret
|
mariadb-backup --backup --target-dir=/backup/d --user root --password=soverysecret
|
||||||
|
|
||||||
docker exec \
|
docker exec \
|
||||||
"$cname" \
|
"$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
|
# 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.
|
# is the user password is reset and file recreated on restore.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user