How to install any v5

Hi,

the update to v6 has broken everything.

I don't care to fix it... blabla... so, please, is there a way to reinstall any v5 version?

Thank you!

For the last Pi-hole v5 Docker image:

docker pull pihole/pihole:2024.07.0

Thank you very much.

I was working to replace the "git clone" to "git clone --branch v5.X.Y" in the basic-install.sh but your solution is much more quicker.

Thank you again!

For your info, I had some issues with the docker container, so I proceed in this way doing a fresh v5 installation:

  1. download the latest v5 tgz file (v5.18.4.tar.gz)
  2. edit the installation script (basic-install.sh):
    a) replacing "git clone" with "git clone --branch v5.18.4"
    b) my platform (Raspberry) didn't have the latest FTL available, so I added in row #2235 (just after the "fi" of "Determine which version of FTL to download") this line:
    url="https://github.com/pi-hole/FTL/releases/download/v5.25.2"
  3. proceed with the standard installation executing the modified script "basic-install.sh"

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