chore(upgrade): Support enterprise data migration
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9be1809274
commit
9704c9ee5a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue