1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3991 MCS is now single package and properly uninstalls

This commit is contained in:
Jose
2020-05-12 02:58:39 +00:00
committed by root
parent 8e9f4c2719
commit 98abf95eae
79 changed files with 147 additions and 182 deletions

View File

@ -0,0 +1,8 @@
if [ "$1" == "2" ]; then
#Perform tasks to prepare for the upgrade installation
mcsadmin shutdown y > /dev/null 2>&1
/bin/cp -f /etc/columnstore/storagemanager.cnf /etc/columnstore/storagemanager.cnf.rpmsave > /dev/null 2>&1
columnstore-pre-uninstall
fi
exit 0