• 0 Posts
  • 5 Comments
Joined 11 months ago
cake
Cake day: October 27th, 2023

help-circle

  • Low maintenance and self-hosted don’t really go together. The reason those large companies are so successful in this space is that they are obfuscating and removing all of that maintenance, HA design, etc, which you’re now responsible for when you self host.

    What you can look into is designing the self-hosted solutions to be as low maintenance as possible. Design services in clusters, compared to single instances, to allow you to drop some for updates without impact. Design for failover. Design for proper backups. Design with application stacks in mind that are supported and widely used vs someone’s random github you found. Design for modular setups (not just one giant Mariadb, multiple smaller ones, etc)

    All of this is work, however, so it’s a trade off on your side how much and where you’re wanting to put the work in.