-
-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create upgrade / update / backup guide #7
Comments
For backup for Pi-hole at least, in the GUI you can go to Settings > Teleporter and click 'Backup'. To automate it through the console, you can run If I run
It would be convenient for the |
Hi, |
@emamajan - Honestly I don't remember if that was a change I made or I inherited from the original internet-monitoring code I forked... one thing to note is that of all the services that make up this playbook, prometheus and grafana are the two with the fastest development velocity and most prone to breaking with a version bump, so using latest means a little more maintenance to keep the configs in sync. |
@geerlingguy - thanks for the clarification. Yes it will require more maintenance work, I agreed, but I was thinking about the update process and I believe the |
Added the simple update guide for Pi-hole to the README. Also see #188 which can help automate the process. |
Since it may be non-obvious for those new to Docker.
Basically, the easiest way is to go into each directory in the home folder (in this example, Pi-hole), and pull the images using
docker-compose
, then restart so it's running the latest image:You would need to do that manually inside each of the associated docker-compose-containing directories from time to time.
It might be good to do the following so this can be somewhat automated:
Maybe don't do the system prune by default in case someone does need to quickly recover back to an older image with a backup restore.
The text was updated successfully, but these errors were encountered: