PiHole won't install V5 stable from beta

Expected Behaviour:

I have been running Pi-hole beta 5.0 for a few weeks now and from that I'd like to upgrade to the stable release.

Actual Behaviour:

I am getting the following message in my SSH-client;

I have removed the changed I've made to auth.php as far as I know (I just added a domain so I can access the admin-panel from outside my network using my own domain name) but I'm still getting this message. I have restarted the Raspberry Pi but it made no difference.

Debug Token:

https://tricorder.pi-hole.net/y5unwoo0m5

Go to the /var/www/html/admin directory and check for your changes.

cd /var/www/html/admin
sudo git status
<fix your changes>
sudo git status
<This needs to be clean to continue>

Did that, committed the file, output of git status is green instead of red but when I try to checkout master branch I still get the same results as in the original post :cry:

What is the exact git status output?

You can force it with sudo get reset --hard HEAD to clear any changes.


This is the exact result of sudo git status

I did the reset as you mentioned and that seemed to have worked. It's installing now :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.