diff options
author | teutat3s <10206665+teutat3s@users.noreply.github.com> | 2024-10-17 20:58:17 +0200 |
---|---|---|
committer | teutat3s <10206665+teutat3s@users.noreply.github.com> | 2024-10-17 20:59:21 +0200 |
commit | b6a58c5c16361e7c9e6ebd0fd6b32e6de643faef (patch) | |
tree | 3c214871929cf5bc841a0811feb18c1bd55f7c91 /doc | |
parent | a18b3f0d1fb932df5abce6f5e79169ca01006e3b (diff) | |
download | garage-b6a58c5c16361e7c9e6ebd0fd6b32e6de643faef.tar.gz garage-b6a58c5c16361e7c9e6ebd0fd6b32e6de643faef.zip |
doc: update mastodon media header pruning section
This is now possible since the upstream issue has been resolved.
https://github.com/mastodon/mastodon/issues/9567
Diffstat (limited to 'doc')
-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. |