Skip to content

Commit dbb7580

Browse files
committed
[upgrade] add indexes in upgrade script
1 parent 0c5d520 commit dbb7580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/upgrade/18.04.1/upgrade.sh

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ if [ ! -f $DIR/../plugins/plugins.ee.json ]; then
1414
fi
1515
countly plugin enable alerts
1616

17+
#add indexes
18+
nodejs $DIR/scripts/add_indexes.js
19+
1720
#install dependencies, process files and restart countly
1821
countly upgrade

0 commit comments

Comments
 (0)