ProbablePenguin@alien.topBtoSelf-Hosted Main@selfhosted.forum•Any Cheap Object storage service recommendation?English
2·
1 year agoBackblaze B2 with Cloudflare? Designed for CDN use, and is $6/TB with free data transfer between B2 and CF.
Backblaze B2 with Cloudflare? Designed for CDN use, and is $6/TB with free data transfer between B2 and CF.
Watchtower itself works great, it doesn’t need a GUI for what it does.
But updating containers in general, either manually or automatically, always carries a risk of something breaking due to the new update.
One thing you can do is make sure you’re not using
:latest
tags in your compose files, and instead pin major versions likepostgres:13
And of course make sure you have backups going back multiple points in time in case something does break, and test those backups!