Skip to content
Siddhu Arevindh edited this page Oct 23, 2017 · 3 revisions

Will my regular updates have problems ?

If you are upgrading pihole please revert all changes back and do the upgrade. Scroll down for instructions .

Speedtest gone missing after Pi-hole update

Dont worry your data is safe , update procedure here

Can the developer held responsible if anything goes wrong.

Absolutely not ,but you can always ask for help

I lost my DB file what Should I do ?

Here is a blank one : SpeedtestDB Zip

Can i get more features added to it ?

You can ask me via this Link, I will do if feasible

**Can I get it via regular pihole -up ? **

Not currently. Hope this will get integrated into the baseline. If that happens you can easily get it via regular pihole update

Yes

**The time is not not showing correctly in chart **

Please get latest code via git pull

cd /var/www/html/admin/ 
git pull mod master   
cd /opt/pihole/ mv
wget https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/webpage.sh

I don’t want this , I want to go back to the original version .

If you have followed all instructions correctly , the code below will revert all the changes you have done .

cd /var/www/html/ 
sudo su 
git reset --hard origin/master 
cd /opt/pihole/ 
mv webpage.sh.org webpage.sh

Notes

Uses codes from

https://github.com/sivel/speedtest-cli https://github.com/HenrikBengtsson/speedtest-cli-extras

Clone this wiki locally