How to update Pi-hole

I installed my Raspberry Pi as a network-wide adblocker with Pi-hole.

It works great.

Sometimes it’s necessary to update the Pi-hole software because new releases are updated, and so on.

You will see this notice at the bottom of the P…


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com

I installed my Raspberry Pi as a network-wide adblocker with Pi-hole.

It works great.

Sometimes it’s necessary to update the Pi-hole software because new releases are updated, and so on.

You will see this notice at the bottom of the Pi-hole admin interface:

You can update it manually by logging in the Raspberry Pi, using VNC or SSH, and then run the

pihole -up

command.

And the version will be updated:

You can setup a script to run pihole -up from time to time automatically, using a cron job.

Run crontab -e and then at the bottom add

0 6 * * * pihole -up

to run it every day at 6am.


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com


Print Share Comment Cite Upload Translate Updates
APA

flaviocopes.com | Sciencx (2021-01-11T05:00:00+00:00) How to update Pi-hole. Retrieved from https://www.scien.cx/2021/01/11/how-to-update-pi-hole/

MLA
" » How to update Pi-hole." flaviocopes.com | Sciencx - Monday January 11, 2021, https://www.scien.cx/2021/01/11/how-to-update-pi-hole/
HARVARD
flaviocopes.com | Sciencx Monday January 11, 2021 » How to update Pi-hole., viewed ,<https://www.scien.cx/2021/01/11/how-to-update-pi-hole/>
VANCOUVER
flaviocopes.com | Sciencx - » How to update Pi-hole. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/01/11/how-to-update-pi-hole/
CHICAGO
" » How to update Pi-hole." flaviocopes.com | Sciencx - Accessed . https://www.scien.cx/2021/01/11/how-to-update-pi-hole/
IEEE
" » How to update Pi-hole." flaviocopes.com | Sciencx [Online]. Available: https://www.scien.cx/2021/01/11/how-to-update-pi-hole/. [Accessed: ]
rf:citation
» How to update Pi-hole | flaviocopes.com | Sciencx | https://www.scien.cx/2021/01/11/how-to-update-pi-hole/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.