fix(upgrade): if enterprise edition, copy enterprise code. (#244)

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-12-08 04:04:05 +00:00 committed by GitHub
parent 670d41dc3c
commit c170f59342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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