2018 comment: this is up to date as of October 2018.
Due to D8 shenanigans, there are more steps involved in updating the code base for contrib and core.
- Create a new version of the platform
- Name: bombplates-prod-YYMMDD
- Makefile: /var/aegir/makefiles/bombplates.yml
- Drush Make Option: normal
- Webserver: prod
- Finalize the platform in the CLI
- $ ssh NAME@utility03.mcnutility.com
- $ cd /var/aegir/platforms/bombplates-prod-YYMMDD
- edit composer.json
- add "vendor/stripe/composer.json" to [extra][merge-plugin][include]
- $ composer dump-autoload
- $ cd vendor/bombplates/keys
- $ sudo chown -R www-data ./*
- Migrate the site
- Go to http://utility03.mcnutility.com/hosting/c/www.bombplates.com
- Run the backup task
- Run the migrate task
- Clear the cache and check the site status (https://www.bombplates.com/admin/reports/status)