Is there any way to purge old content?

I'm hosting my own Lemmy instance and the disk usage is getting high. Since I don't really care about old content (say older than a month), is there any way to purge any posts, comments, etc older than that? Even if it's not built into Lemmy an SQL query would work too.

18 points · 2 comments · view on lemmy.world

2 Comments

BlueEther@no.lastname.nz · 4 pts · 3y (1 reply)

You can prune the activity table, but have a read of this PR: https://github.com/LemmyNet/lemmy/pull/3583

This may fix much of the DB bloat

pipe01@lemmy.pipe01.net · 1 pts · 3y

Yeah that saved about 7gb, thanks!