Upgrading Countly Server to v12.09 from v12.08
IMPORTANT NOTE: Upgrade script provided inside countly-server-v12.09.zip (countly/bin/countly.upgrade.sh) takes care of all the steps listed below.
- Extract the 12.09 zip to the same directory of your old installation
- Execute below command that performs necessary modifications to
the database
mongo countly countly/bin/updateCollections.js - Wait until the previous operation finishes
sudo stop countly-supervisorsudo start countly-supervisor
Important: Please note that before stopping and starting Countly we do the db upgrade (which was not the case for previous upgrades). This is because the db upgrade process may take a long time, depending on your number of users, and during that time we don't want you to lose any of the new data coming from the SDKs.
