Likely Saturday, 1st of November.
We need to do some server OS upgrades and a some other things that will cause a few hours downtime.
Maybe I will already start with some smaller things this week, that should only cause a short down-time for reboots.
Once that is done, I will look into running a Piefed test instance to investigate how to do the database migration from Lemmy. If everything goes smoothly, we might be able to do the Lemmy to Piefed migration end of this year or early next year.


Why piefed?
From this thread (edited here to add a couple extra features).
Piefed has some neat features:
On the sysadmin side of things, it’d bring some nice advantages regarding network resource usage, and potentially raw speed. It also appears to be less buggy overall.
Also @BlackRoseAmongThorns@slrpnk.net
Appreciate the mention, seems pretty justified, hope it goes well
Ah very cool, from a dev side of view it’s very cool that Lemmy is written in rust, but that also is showing it’s downside like slower development process and the performance is only as good as you make it I guess.
Yeah, in theory the memory-safe nature of Rust is appealing, but unfortunately it also still seems to come with some unrelated downsides. I’m sure @poVoq@slrpnk.net could go into more detail there :p
It seems that while lemmy could implement similar resource usage improvements, it would otherwise be only slightly faster than Piefed, as it appears that once those other optimizations are made, the main bottleneck on performance is the database itself, and at that point the language the frontend is written in doesn’t seem to make much of a practical difference. At least, that’s what I’ve been told.