Egregoros

Signal feed

Timeline

Post

Remote status

Replies

10
@prettygood @rez @vekkq Database timeouts probably caused a desync between what was thought to be federated and what actually made it into the DB. Restart always fixes that. The prune task is just a bunch of deletes that shouldn't technically break anything, but put a lot of stress on the database, which is why I always say to only run it with Pleroma stopped unless the disks can handle it (they never can on a VPS). VACUUM FULL should be done unconditionally with Pleroma stopped, unless when using pg_repack and disks can handle it (they again never can on a VPS).