Unable to update to 5.0

pihole -v
Pi-hole version is v5.0 (Latest: v5.0)
AdminLTE version is v4.3.3 (Latest: v5.0)
FTL version is v4.3.1 (Latest: v5.0)

pihole -up
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] Web Interface: update available
[i] FTL: update available

[i] Pi-hole Web Admin files out of date, updating local repo.
[✓] Check for existing repository in /var/www/html/admin
[i] Update repo in /var/www/html/admin...
: Could not update local repository. Contact support.

Please post the token generated by

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

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

I think I'm running nginx on my pi instead of whichever one pihole usually uses. That should be my only mod.

You are also not running the web code we distribute:

*** [ DIAGNOSING ]: Web version
[i] Web: v4.3.3 (https://discourse.pi-hole.net/t/how-do-i-update-pi-hole/249)
[i] Branch: master
[i] Commit: v4.3.3-0-g62f2ffc8-dirty
[i] Status:  M .github/ISSUE_TEMPLATE.md
             M .github/PULL_REQUEST_TEMPLATE.md
             M .gitignore
             M .pullapprove.yml

You will want to revert your local changes or reset the git repository for Admin LTE.

OK, for anybody looking here, I basically did the following via ssh:

cd /var/html/www/admin
sudo git fetch --all
sudo git reset --hard origin/master
pihole -up

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