From c170f593426858aeafa4cb0d173fd2c57a927f80 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 8 Dec 2021 04:04:05 +0000 Subject: [PATCH] fix(upgrade): if enterprise edition, copy enterprise code. (#244) Signed-off-by: Rajesh Rajendran --- scripts/helm/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/upgrade.sh b/scripts/helm/upgrade.sh index 23526cd20..f57d2fb07 100644 --- a/scripts/helm/upgrade.sh +++ b/scripts/helm/upgrade.sh @@ -80,7 +80,7 @@ patch installation_type=1 if [[ ${ENTERPRISE} -eq 1 ]]; then - cp -rf ../../ee/scripts/helm/db/* db/ + cp -rf ../../ee/scripts/* ../../scripts/ echo -e "Migrating clickhouse" migration clickhouse fi