From f3935d5bb0f1309fb36fae0255ef27bfd8788abd Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 21 Jul 2025 16:24:09 -0300 Subject: [PATCH 1/3] Remove old "reconfigure" option Signed-off-by: RD WebDesign --- docs/main/pihole-command.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/main/pihole-command.md b/docs/main/pihole-command.md index c98adc8..26cabd2 100644 --- a/docs/main/pihole-command.md +++ b/docs/main/pihole-command.md @@ -14,7 +14,7 @@ Pi-hole makes use of many commands, and here we will break down those required t | [Allowlisting, Denylisting and Regex](#allowlisting-denylisting-and-regex) | `pihole allow`, `pihole deny`, `pihole --regex`, `pihole --wild`, `pihole --allow-regex`, `pihole --allow-wild` | | [Debugger](#debugger) | `pihole debug` | | [Log Flush](#log-flush) | `pihole flush` | -| [Reconfigure](#reconfigure) | `pihole reconfigure` | +| [Repair](#repair) | `pihole repair` | | [Tail](#tail) | `pihole tail` | | [Set password](#password) | `pihole setpassword` | | [Gravity](#gravity) | `pihole updateGravity` | @@ -75,22 +75,19 @@ The Pi-hole debugger will attempt to diagnose any issues, and link to an FAQ wit When invoked manually, this command will allow you to empty Pi-hole's log, which is located at `/var/log/pihole/pihole.log`. The command also serves to rotate the log daily, if the `logrotate` application is installed. -### Reconfigure +### Repair | | | | -------------- | -------------- | | Help Command | N/A | | Script Location | [`/etc/.pihole/automated install/basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) | -| Example Usage | `pihole reconfigure` | +| Example Usage | `pihole repair` | -There are times where the administrator will need to repair or reconfigure the Pi-hole installation, which is performed via this command. +There are times where the administrator will need to repair the Pi-hole installation, which is performed via this command. **Basic Script Process**: -* [`basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) will be run - * **Reconfigure** will run through the first-time installation prompts, asking for upstream DNS provider, IP protocols, etc - * **Repair** will retain your existing settings and will attempt to repair any scripts or dependencies as necessary -* The rest of `basic-install.sh` will then run as appropriate +* [`basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) will be run with **Repair** option, which will retain your existing settings and will attempt to repair any scripts or dependencies as necessary. The rest of `basic-install.sh` will then run as appropriate. ### Tail From 732cf033447095b901dbb931e6968a928d182ca9 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 21 Jul 2025 16:28:35 -0300 Subject: [PATCH 2/3] Also remove "reconfigure" from docker note Signed-off-by: RD WebDesign --- docs/docker/upgrading/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker/upgrading/index.md b/docs/docker/upgrading/index.md index 48c6956..d94e721 100644 --- a/docs/docker/upgrading/index.md +++ b/docs/docker/upgrading/index.md @@ -5,10 +5,10 @@ The standard Pi-hole customization abilities apply to this docker, but with dock !!! warning "Always Read The Release Notes!" Ensure you read the release notes for both the Docker release and the main Pi-hole component releases. This will help you avoid common problems due to known issues with upgrading or newly required arguments or variables. The release notes can be found in the respective repository for [Core](https://github.com/pi-hole/pi-hole/releases), [FTL](https://github.com/pi-hole/FTL/releases), [Web](https://github.com/pi-hole/web/releases) and [Docker](https://github.com/pi-hole/docker-pi-hole/releases). -## Upgrading / Reconfiguring +## Upgrading / Repairing !!! Note - The normal Pi-hole functions to upgrade (`pihole -up`) or reconfigure (`pihole -r`) are disabled within the docker container. New images will be released, and you can upgrade by replacing your old container with a fresh upgraded image, which is more in line with the 'docker way'. Long-living docker containers are not the docker way since they aim to be portable and reproducible, why not re-create them often! Just to prove you can. + The normal Pi-hole functions to upgrade (`pihole -up`) or repair (`pihole -r`) are disabled within the docker container. New images will be released, and you can upgrade by replacing your old container with a fresh upgraded image, which is more in line with the 'docker way'. Long-living docker containers are not the docker way since they aim to be portable and reproducible, why not re-create them often! Just to prove you can. ### Docker Compose From c0355bda7a703fb01bf400361d6c283538f08092 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Thu, 24 Jul 2025 04:22:19 -0300 Subject: [PATCH 3/3] Remove unnecessary sentence from docker note Co-authored-by: yubiuser Signed-off-by: RD WebDesign --- docs/docker/upgrading/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker/upgrading/index.md b/docs/docker/upgrading/index.md index d94e721..6dbb665 100644 --- a/docs/docker/upgrading/index.md +++ b/docs/docker/upgrading/index.md @@ -8,7 +8,7 @@ The standard Pi-hole customization abilities apply to this docker, but with dock ## Upgrading / Repairing !!! Note - The normal Pi-hole functions to upgrade (`pihole -up`) or repair (`pihole -r`) are disabled within the docker container. New images will be released, and you can upgrade by replacing your old container with a fresh upgraded image, which is more in line with the 'docker way'. Long-living docker containers are not the docker way since they aim to be portable and reproducible, why not re-create them often! Just to prove you can. + The normal Pi-hole functions to upgrade (`pihole -up`) or repair (`pihole -r`) are disabled within the docker container. New images will be released, and you can upgrade by replacing your old container with a fresh upgraded image, which is more in line with the 'docker way'. Long-living docker containers are not the docker way since they aim to be portable and reproducible, why not re-create them often! ### Docker Compose