1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

added dbrm_restore for LocalStorage & S3

This commit is contained in:
Allen Herrera
2024-03-18 16:02:29 -04:00
committed by Alan Mologorsky
parent 2f17c819a2
commit e235759dae
2 changed files with 537 additions and 534 deletions

View File

@ -2842,6 +2842,8 @@ validation_prechecks_for_dbrm_restore() {
else
printf "\n[!] Failed testS3Connection\n\n"
exit 1;
else
echo " - S3 Connection works"
fi
fi;

View File

@ -1045,6 +1045,7 @@ do_check() {
url_base="https://dlm.mariadb.com"
url_page="/browse/$enterprise_token/mariadb_enterprise_server/"
# aaaa
ignore="/login"
at_least_one=false
curl -s "$url_base$url_page" > $dbm_tmp_file