aboutsummaryrefslogtreecommitdiff
path: root/doc/ADMIN.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ADMIN.md')
-rw-r--r--doc/ADMIN.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
index 6cb69e2..6ad1ab4 100644
--- a/doc/ADMIN.md
+++ b/doc/ADMIN.md
@@ -12,6 +12,13 @@ screen
sudo yunohost app upgrade mastodon
```
+Recover the screen session after disconnect:
+
+```bash
+screen -d
+screen -r
+```
+
## Backups
First of all: Mastodon uses a local cache to save media (such as posted images, videos etc.). This cache can grow huge.
@@ -47,9 +54,9 @@ Before definitively uninstalling Mastodon, you have to run `tootctl self-destruc
Otherwise your data will remain in federation cache for ever.
⚠️ Make sure you know exactly what you are doing before running this command.
-⚠️ This operation is NOT reversible, and it can take a long time.
+⚠️ **This operation is NOT reversible, and it can take a long time.**
⚠️ The server will be in a BROKEN STATE after this command finishes.
-⚠️ A running Sidekiq process is required, so do not shut down the server until the queues are fully cleared.
+⚠️ A running Sidekiq process is required, **so do not shut down the server until the queues are fully cleared**.
```bash
screen