Community Ops/Discourse/SOPs/Maintenance: Difference between revisions
< Community Ops | Discourse | SOPs
Jump to navigation
Jump to search
Leo McArdle (talk | contribs) (Created page with "{{admon/important|DRAFT| This SOPs is currently a work in progress. If you want to edit, update or add to this SOP, feel free to do so!}} * Ensure you have a cct-reviewed bug...") |
(No difference)
|
Latest revision as of 13:34, 26 May 2015
- Ensure you have a cct-reviewed bug for the maintenance you're doing first
Updating Discourse
- To update Discourse, run
/var/discourse/launcher rebuild app. Discourse will automatically stop, rebuild and update. - For the main instance, add the server back into the load balancer.
- Verify Discourse is working correctly.
- Run
/home/ubuntu/updatediscourse.shto image the machine, create a launch configuration and add it to the auto-scaling group.
Adding plug-ins
- Add the github link to the app.yml of the Discourse instance you want to add the plugin
- Follow the updating Discourse instructions