From 5bb937ed0b93f85cb7c69fdc60d0683868fb6e05 Mon Sep 17 00:00:00 2001 From: benthompson15 Date: Thu, 27 Feb 2020 00:51:35 -0600 Subject: [PATCH] this needs to happen because 1.4.2 columnstore-pre-uninstall is missing this line. --- build/preInstall_platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/preInstall_platform.sh b/build/preInstall_platform.sh index baa626d93..6b6ef1984 100644 --- a/build/preInstall_platform.sh +++ b/build/preInstall_platform.sh @@ -2,6 +2,7 @@ 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