chore(upgrade): Support enterprise data migration

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-12-04 20:21:44 +05:30
parent 9be1809274
commit 9704c9ee5a
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

View file

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