Changes
Page history
service/forum: document upgrade failure recovery
authored
Sep 03, 2024
by
Jérôme Charaoui
Show whitespace changes
Inline
Side-by-side
service/forum.md
View page @
d273f7c6
...
@@ -164,6 +164,8 @@ https://meta.discourse.org/t/partial-read-only-mode/210401/18
...
@@ -164,6 +164,8 @@ https://meta.discourse.org/t/partial-read-only-mode/210401/18
## Pager playbook
## Pager playbook
### Email issues
If mail is not going out or some recurring background job doesn't
If mail is not going out or some recurring background job doesn't
work, see the Sidekiq dashboard in:
work, see the Sidekiq dashboard in:
...
@@ -174,6 +176,18 @@ able to see those failures in:
...
@@ -174,6 +176,18 @@ able to see those failures in:
<https://forum.torproject.org/sidekiq/retries>
<https://forum.torproject.org/sidekiq/retries>
### Upgrade failure
When upgrading using the web interface, it's possible for the process to fail
with a
`Docker Manager: FAILED TO UPGRADE`
message in the logs.
The quickest way to recover from this is to rebuild the container from the
command-line:
cd /srv/discourse
git pull
./launcher rebuild app
## Disaster recovery
## Disaster recovery
In case the machine is lost, it's possible to restore the forum from backups.
In case the machine is lost, it's possible to restore the forum from backups.
...
...
...
...