fix(upgrade): if enterprise edition, copy enterprise code. (#244)
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
670d41dc3c
commit
c170f59342
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue