1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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 else
printf "\n[!] Failed testS3Connection\n\n" printf "\n[!] Failed testS3Connection\n\n"
exit 1; exit 1;
else
echo " - S3 Connection works"
fi fi
fi; fi;

View File

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