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. ...@@ -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 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 As an admin user, the list of all deleted topics may be shown by navigating to
https://forum.torproject.org/latest?status=deleted https://forum.torproject.org/latest?status=deleted
...@@ -118,7 +116,7 @@ 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 Tu un-delete a topic, open it, click the wrench icon and select
`Un-delete topic`. `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 If a topic needs to be purged from Discourse, this can be accomplished using the
Rails console as follows, using the numeric topic identifier: Rails console as follows, using the numeric topic identifier:
...@@ -128,7 +126,7 @@ 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) 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. 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 It's possible to enter the Discourse container to look around, make
modifications, and restart the Discourse daemon itself. modifications, and restart the Discourse daemon itself.
...@@ -143,6 +141,8 @@ Within the container its possible to restart the Discourse daemon using: ...@@ -143,6 +141,8 @@ Within the container its possible to restart the Discourse daemon using:
sv restart unicorn sv restart unicorn
## Pager playbook
## Disaster recovery ## Disaster recovery
# Reference # Reference
... ...
......