You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-5618: Testing fix + script minor fixes.
- [fix] wrong cooking of .sh invoke string - [fix] restore_dbrm -> dbrm_restore, backup_dbrm -> dbrm_backup to use same naming in both python wrapper and mcs_backup_manager.sh - [fix] mathod of checking cmapi online or not in mcs_backup_manager.sh
This commit is contained in:
committed by
Alan Mologorsky
parent
460826748f
commit
c70d206afe
@ -1984,7 +1984,7 @@ validation_prechecks_for_restore() {
|
||||
esac
|
||||
|
||||
if eval $cmapi_installed_command ; then
|
||||
if [ -z $(pidof /usr/share/columnstore/cmapi/python/bin/python3) ]; then
|
||||
if ! sudo mcs cmapi is-ready ; then
|
||||
printf " - Columnstore Management API Status .. Offline\n";
|
||||
else
|
||||
handle_early_exit_on_restore "\n[X] Cmapi is ONLINE - please turn off \n\n";
|
||||
|
Reference in New Issue
Block a user