-
Notifications
You must be signed in to change notification settings - Fork 10
3.1.x Deployment
Duncan Renfrow-Symon edited this page Jan 2, 2018
·
3 revisions
Steps:
-
Backup Compose Database (click backup now)
-
ensure you've tagged a release, enter it here, and check it out in git
-
Go into compose, delete the eventCategories collection.
-
Delete the addons collection
-
Ensure that prod & qa settings files contain the same keys (i.e. make sure we didn't add any settings)
-
use the prod settings, deploy to galaxy: DEPLOY_HOSTNAME=galaxy.meteor.com meteor deploy ucbapp.meteorapp.com --settings private/prod_settings.json
-
test the rules fixes (donate clothes, duplicate submissions, and a smattering of selfie rules + a pre-listed event or two)
-
If issues are discovered, try immediate fix or re-deploy prior tagged release (3.1). Make sure to delete eventCategories again.