You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docker/upgrading/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ The standard Pi-hole customization abilities apply to this docker, but with dock
5
5
!!! warning "Always Read The Release Notes!"
6
6
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).
7
7
8
-
## Upgrading / Reconfiguring
8
+
## Upgrading / Repairing
9
9
10
10
!!! Note
11
-
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.
11
+
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!
@@ -75,22 +75,19 @@ The Pi-hole debugger will attempt to diagnose any issues, and link to an FAQ wit
75
75
76
76
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.
There are times where the administrator will need to repair or reconfigure the Pi-hole installation, which is performed via this command.
86
+
There are times where the administrator will need to repair the Pi-hole installation, which is performed via this command.
87
87
88
88
**Basic Script Process**:
89
89
90
-
*[`basic-install.sh`](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) will be run
91
-
***Reconfigure** will run through the first-time installation prompts, asking for upstream DNS provider, IP protocols, etc
92
-
***Repair** will retain your existing settings and will attempt to repair any scripts or dependencies as necessary
93
-
* The rest of `basic-install.sh` will then run as appropriate
90
+
*[`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.
0 commit comments