I want to update Lemmy-UI to fix a couple of bugs and update the backend to hopefully fix the federation issues.
Before doing that, of course, I want to make a snapshot to be able to revert!
Hopefully all goes well :)
I want to update Lemmy-UI to fix a couple of bugs and update the backend to hopefully fix the federation issues.
Before doing that, of course, I want to make a snapshot to be able to revert!
Hopefully all goes well :)
Snapshots are my least favorite operations operation. It takes a long time, blocks other work, and you have to name your snapshots
The two hardest tasks to get right in computer science are cache invalidation and naming stuff.