service/forum: move sections to howto authored by Jérôme Charaoui's avatar Jérôme Charaoui
......@@ -108,9 +108,7 @@ This process can take a few minutes, during which the forum is unavailable.
Discourse has a plugins directory here: https://www.discourse.org/plugins
## Pager playbook
### Un-delete a topic
## Un-delete a topic
As an admin user, the list of all deleted topics may be shown by navigating to
https://forum.torproject.org/latest?status=deleted
......@@ -118,7 +116,7 @@ https://forum.torproject.org/latest?status=deleted
Tu un-delete a topic, open it, click the wrench icon and select
`Un-delete topic`.
### Permanently destroy a topic
## Permanently destroy a topic
If a topic needs to be purged from Discourse, this can be accomplished using the
Rails console as follows, using the numeric topic identifier:
......@@ -128,7 +126,7 @@ Rails console as follows, using the numeric topic identifier:
These instructions are copied from [this post](https://meta.discourse.org/t/how-can-i-delete-or-undelete-topics/41700/9)
on the Discourse Meta forum.
### Enter the Discourse container
## Enter the Discourse container
It's possible to enter the Discourse container to look around, make
modifications, and restart the Discourse daemon itself.
......@@ -143,6 +141,8 @@ Within the container its possible to restart the Discourse daemon using:
sv restart unicorn
## Pager playbook
## Disaster recovery
# Reference
......
......