You've already forked mariadb-columnstore-engine
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:
committed by
Alan Mologorsky
parent
2f17c819a2
commit
e235759dae
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user