Skip to content
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

How do I update Pi-hole, when the next rev comes out? #138

Closed
mytime34 opened this issue Jul 12, 2021 · 3 comments
Closed

How do I update Pi-hole, when the next rev comes out? #138

mytime34 opened this issue Jul 12, 2021 · 3 comments
Labels
question Further information is requested wontfix This will not be worked on

Comments

@mytime34
Copy link

I tried running the regular command pihole -up, but I get bash errors.

Is there a special way to update pi-hole to the latest rev, when it is released?

@ostefek99
Copy link

It's running in a docker container. The proper way is to download latest available version and run it.
Run it as user specified in the ansible playbook.

cd <pihole_dir>
docker-compose pull
docker-compose up -d

@mytime34
Copy link
Author

Awesome thank you. I have a pi-hole on a 3B+, but it is installed normally and not in a docker.

@geerlingguy
Copy link
Owner

@mytime34 - For pi-hole running standalone, please look in the pi-hole documentation and ask about it in pi-hole forums/issue tracker — this project installs it via Docker so the upgrade process is much different (see #7).

@geerlingguy geerlingguy added question Further information is requested wontfix This will not be worked on labels Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants