aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-11-19 09:14:34 +0000
committerAlex <alex@adnab.me>2024-11-19 09:14:34 +0000
commitfeb09a4bc6f1bbc74b720d73ba7a7bf1cc9997bf (patch)
tree3d5e45ef3c65e13109ff8f7645bbb9f45ab15b7c /doc
parentaa8bc6aa883eed83a93a0e5457bfd506dddaf3bf (diff)
parentb6a58c5c16361e7c9e6ebd0fd6b32e6de643faef (diff)
downloadgarage-feb09a4bc6f1bbc74b720d73ba7a7bf1cc9997bf.tar.gz
garage-feb09a4bc6f1bbc74b720d73ba7a7bf1cc9997bf.zip
Merge pull request 'doc: update mastodon media header pruning section' (#888) from teutat3s/garage:doc-update-mastodon-media into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/888
Diffstat (limited to 'doc')
-rw-r--r--doc/book/connect/apps/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/book/connect/apps/index.md b/doc/book/connect/apps/index.md
index 9a678275..14868373 100644
--- a/doc/book/connect/apps/index.md
+++ b/doc/book/connect/apps/index.md
@@ -335,6 +335,7 @@ From the [official Mastodon documentation](https://docs.joinmastodon.org/admin/t
```bash
$ RAILS_ENV=production bin/tootctl media remove --days 3
+$ RAILS_ENV=production bin/tootctl media remove --days 15 --prune-profiles
$ RAILS_ENV=production bin/tootctl media remove-orphans
$ RAILS_ENV=production bin/tootctl preview_cards remove --days 15
```
@@ -353,8 +354,6 @@ Imports: 1.7 KB
Settings: 0 Bytes
```
-Unfortunately, [old avatars and headers cannot currently be cleaned up](https://github.com/mastodon/mastodon/issues/9567).
-
### Migrating your data
Data migration should be done with an efficient S3 client.