this post was submitted on 15 Nov 2023
2 points (75.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Someone recommended it for keeping my containers up to date automatically. I checked out the repo and it seems too good to be true. It just updates your containers when a new image is available and everything just works out of the box? I'm a bit scared of just leaving it alone in case it might break something. The fact that it doesn't come with a gui also scares me a bit.

Does anyone here use it and can recommend it? Any horror stories?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago (5 children)

I've been using watchtower for more than a year on all my containers and no issues so far. I have read many warnings against automating the updates, but it has never broken anything in my case. I'm talking about 3 VMs (on Proxmox) and 2 Synology boxes. 5 instances of watchtower keeping a total of 84 containers updated.

Nonetheless I try to play it on the safe side and make daily backups in case something breaks. I've had a couple of containers breaking (nothing related to watchtower, AFAIK) and I have recovered easily restoring the latest backup.

[–] [email protected] 0 points 10 months ago (3 children)

Thank you. What do you use for container backups and restoring?

[–] [email protected] 2 points 10 months ago

Don't backup the actual container, backup the volumes and the docker-compose file

[–] [email protected] 1 points 10 months ago
  • 3 VMs in Proxmox hosting 70 containers get backed up everyday with ProxmoxBackupServer (VM in my primary NAS) to a NFS mounted folder on my primary NAS
  • Primary NAS (with 7 containers) gets backed up with Snapshot replication to my secondary NAS everyday.
  • Secondary NAS (with 7 containers) gets backed up with Snapshot replication to my primay NAS everyday.
  • And once a month I backup my primary NAS (not the whole thing,only the important folders) to a USB drive that I store at a friends house.
[–] [email protected] 0 points 10 months ago

Please take such advice with a large grain of salt. OP's experience is very much not the norm. Especially for more complex apps like Jellyfin or Nextcloud, it's almost guaranteed you'll break them if you just update blindly.

load more comments (1 replies)