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