Add cron jobs to clean cached Mastodon data #170

Closed
opened 2023-07-11 19:08:20 +00:00 by samsapti · 0 comments
Owner

We had approx. 261 GB cached data from Mastodon that took up quite some space. We should add the following cron jobs:

docker exec mastodon_web_1 tootctl media remove --days 7
docker exec mastodon_web_1 tootctl preview_cards remove --days 14

More info: https://peterbabic.dev/blog/cleaning-mastodon-media-attachments/

We had approx. 261 GB cached data from Mastodon that took up quite some space. We should add the following cron jobs: ```sh docker exec mastodon_web_1 tootctl media remove --days 7 docker exec mastodon_web_1 tootctl preview_cards remove --days 14 ``` More info: https://peterbabic.dev/blog/cleaning-mastodon-media-attachments/
samsapti added the
Infrastructure Issue
Existing Service
labels 2023-07-11 19:08:20 +00:00
samsapti self-assigned this 2023-07-11 19:08:20 +00:00
Sign in to join this conversation.
No description provided.