@tadano @mint Announce activity data shouldn't eat up much space (it's probably negligible in comparison to media).
You can calculate your database size using the following SQL query:
SELECT pg_size_pretty(pg_database_size('mitra'));On my 3 y.o. server it shows 273 MB.