diff --git a/scripts/helm/upgrade.sh b/scripts/helm/upgrade.sh index 5b2123f0e..3a5df210a 100644 --- a/scripts/helm/upgrade.sh +++ b/scripts/helm/upgrade.sh @@ -79,6 +79,11 @@ patch(){ patch installation_type=1 +if [[ ${ENTERPRISE} -eq 1 ]]; then + cp -rf ../../ee/scripts/helm/db/* db/ + echo -e "Migrating clickhouse" + migration clickhouse +fi echo -e "Migrating postgresql" migration postgresql