Self hosting is great and I'm thankful for all the many ways to run apps on your own infra.
The problem is backup and upgrades. I self host a lot of resources, but none I would depend on for critical data or for others to rely on. If I don't have an easy path to restore/upgrade the app, I'm not going to depend on it.
For most of the apps out there, backup/restore steps are minimal or non existent (compared to the one liner to get up and running).
FWIW, Tailscale and Pangolin are godsends to easily and safely self-host from your home.
What kind of backup solution are you expecting?
Every selfhosted app runs in docker, where the backup solution is back up the folders you mounted and the docker-compose.yml. To restore, put the folders back and run docker compose up again. I don't need every app to implement its own thing, that would be a waste of developer time.
+1 for the above... all my apps are under /app/appname/(compose and data)... my backup is an rsync script that runs regularly... when I've migrated, I'll compose down, then rsync then rsync to the new server, then compose up... update dns, etc.
It's been a pretty smooth process. No, it's not a multi-region k8s cluster with auto everything.. but you can go a long way with docker-compose files that are well worth it.
That doesn't work for databases unless you stop the container. You'll likely end up with a corrupt backup.
?
Any decent RDBMS can be backup live without issues. You only need to stop for restore (well without going with complex tricks)
Then stop the container.
A self hosted app can have a few minutes of downtime at 3am while the backup script runs.
Streaming replication to a read-only DB off-site.
Shut that one down and back it up from time to time.
Then copy that to a third site with rsync/etc
> Tailscale and Pangolin are godsends to easily and safely self-host from your home.
Instead of Tailscale, I can highly recommend self-hosting netbird[1] - very active project, works great and the UI is awesome!
1. https://github.com/netbirdio/netbird
I would rather use headscale than netbird. Headscale is well established and very stable. netbird has a lot of problems and the fact their issue list is hardly looked at by the devs is more concerning
Will tailnet lock be available in the near future?
Also several ports need to be opened. How is its history vulnerabilities?
What is Pangolin? I tried my search, but it returned the animal.
https://github.com/fosrl/pangolin
[dead]