1
0
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:
Allen Herrera
2024-03-20 18:47:28 -04:00
committed by Alan Mologorsky
parent e235759dae
commit 331d578824
2 changed files with 179 additions and 30 deletions

View File

@ -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