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 backup retention flag -r and incremental auto_most_recent option to mcs_backup_manager.sh
This commit is contained in:
committed by
Alan Mologorsky
parent
e235759dae
commit
331d578824
@ -122,6 +122,10 @@ do_yum_remove() {
|
||||
|
||||
wait_cs_down 0
|
||||
|
||||
if command -v clearShm &> /dev/null ; then
|
||||
clearShm
|
||||
fi
|
||||
|
||||
printf "[+] Removing packages - $(date) ... \n"
|
||||
|
||||
if yum list installed MariaDB-server &>/dev/null; then
|
||||
@ -171,6 +175,10 @@ do_apt_remove() {
|
||||
|
||||
wait_cs_down 0
|
||||
|
||||
if command -v clearShm &> /dev/null ; then
|
||||
clearShm
|
||||
fi
|
||||
|
||||
printf "[+] Removing packages - $(date) ... \n"
|
||||
|
||||
if dpkg-query -s mariadb-server &>/dev/null; then
|
||||
|
Reference in New Issue
Block a user