1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-25 20:23:16 +03:00

this needs to happen because 1.4.2 columnstore-pre-uninstall is missing this line.

This commit is contained in:
benthompson15
2020-02-27 00:51:35 -06:00
parent bcfc28e685
commit 5bb937ed0b

View File

@@ -2,6 +2,7 @@
if [ "$1" == "2" ]; then if [ "$1" == "2" ]; then
#Perform tasks to prepare for the upgrade installation #Perform tasks to prepare for the upgrade installation
mcsadmin shutdown y > /dev/null 2>&1 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 columnstore-pre-uninstall
fi fi
exit 0 exit 0