What tools do you use for the monitoring, backup and rollback?
Comment on Immich 2.1 Released with Better Slideshow Shuffle, New Notifications
LastYearsIrritant@sopuli.xyz 1 day agoI automate my upgrades, but I also automate my backups, and monitoring.
If an upgrade breaks something, my health monitor lets me know and I can roll back to the previous day.
BackgrndNoize@lemmy.world 13 hours ago
LastYearsIrritant@sopuli.xyz 12 hours ago
I use rsync to backup, I can delete and restore the whole drive if i want at any time.
I use watchtower to keep things updated. If you schedule the rsync and watchtower correctly, you can get the backup done before the upgrade and there’s basically no lost data with the rollback.
I use uptime Kuma for monitoring, and it shoots me an email with details on what failed.
TrumpetX@programming.dev 1 day ago
This is the way