diff options
author | Alex <alex@adnab.me> | 2024-11-19 09:14:34 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-11-19 09:14:34 +0000 |
commit | feb09a4bc6f1bbc74b720d73ba7a7bf1cc9997bf (patch) | |
tree | 3d5e45ef3c65e13109ff8f7645bbb9f45ab15b7c | |
parent | aa8bc6aa883eed83a93a0e5457bfd506dddaf3bf (diff) | |
parent | b6a58c5c16361e7c9e6ebd0fd6b32e6de643faef (diff) | |
download | garage-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
-rw-r--r-- | doc/book/connect/apps/index.md | 3 |
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. |