this post was submitted on 15 Mar 2025
539 points (98.9% liked)
Fediverse memes
1029 readers
834 users here now
Memes about the Fediverse
- Be respectful
- Post on topic
- No bigotry or hate speech
Other relevant communities:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It is kinda weird that they have to take the entire site down at once to do maintenance. It still is spread across multiple servers, so why couldn't it be rolled out in a way that only the smallest possible fraction is down at a time?
The Lemmy docs do go cover a bit on rolling releases, but it's not recommended for large jumps or any upgrade that involves a database migration
with db migrations the database structure changes. it's not possible to do db schema migrations without downtime unless the application has been built with that in mind and the application is able to run with a partially upgraded schema.
Maybe they don’t want to complicate things trying to go with 0 downtime? Even though depending on how proper their infra is that might not be that hard.