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