In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}
How familiar are you with the the source code relevant to this issue?:
{1}
Expected behaviour:
{Expected to see all parts of pihole updated to version 3.3}
Actual behaviour:
`{Web UI still shows Pi-hole version at 3.2.1 with an update available. Running pihole -v confirms the pihole core code is still at v3.2.1
pihole -v
Pi-hole version is v3.2.1-73-g1e87850 (Latest: v3.3)
AdminLTE version is v3.3 (Latest: v3.3)
FTL version is v3.0 (Latest: v3.0)
}`
Steps to reproduce:
{login as pi
Run pihole -up
When execution completes, note that 2 of the 3 components updated successfully}
Debug token provided by uploading pihole -d log:
{6q2tjjxwk5}
Troubleshooting undertaken, and/or other relevant information:
{Tried rebooting and running pihole -up a 2nd time with no change in results}
cd /etc/.pihole && sudo git fetch --tags
That fixed it.
for the case of v3.2 not v3.2.1, #1975 solution (cd /etc/.pihole && sudo git fetch --tags) alone did not work until pihole -r repair
Noted, thanks for the update
Most helpful comment
That fixed it.