You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
resolved PR comments for cs_package_manager.sh & mcs_backup_manager.sh
This commit is contained in:
committed by
Alan Mologorsky
parent
331d578824
commit
815b29b2ed
@@ -2974,8 +2974,6 @@ 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;
|
||||||
|
|
||||||
@@ -2988,7 +2986,6 @@ validation_prechecks_for_dbrm_restore() {
|
|||||||
else
|
else
|
||||||
printf "\n[!!] Failed to source cs_package_manager.sh\n\n"
|
printf "\n[!!] Failed to source cs_package_manager.sh\n\n"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Confirm the function exists and the source of cs_package_manager.sh worked
|
# Confirm the function exists and the source of cs_package_manager.sh worked
|
||||||
@@ -3163,7 +3160,6 @@ start_mariadb_cmapi_columnstore() {
|
|||||||
else
|
else
|
||||||
echo "[!!] Failed to start mariadb"
|
echo "[!!] Failed to start mariadb"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is_cmapi_installed ; then
|
if is_cmapi_installed ; then
|
||||||
|
Reference in New Issue
Block a user