Skip to content

Commit 833f474

Browse files
Read the changelog when updating (#1212)
Signed-off-by: darkexplosiveqwx <[email protected]> Signed-off-by: yubiuser <[email protected]> Co-authored-by: yubiuser <[email protected]>
1 parent 3499024 commit 833f474

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/docker/upgrading/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The standard Pi-hole customization abilities apply to this docker, but with docker twists such as using docker volume mounts to map host stored file configurations over the container defaults. However, mounting these configuration files as read-only should be avoided. Volumes are also important to persist the configuration in case you have removed the Pi-hole container which is a typical docker upgrade pattern.
44

5-
!!! tip "Always Read The Release Notes!"
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
5+
!!! warning "Always Read The Release Notes!"
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).
77

88
## Upgrading / Reconfiguring
99

docs/main/update.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Updating a regular installation
2+
13
Updating is as simple as running the following command:
24

35
`pihole -up`
6+
7+
!!! warning "Always Read The Release Notes!"
8+
Ensure you read the release notes for all Pi-hole components. This will help you avoid common problems due to known issues with upgrading or newly required arguments. 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) and [Web](https://github.com/pi-hole/web/releases). This is especially recommended for major updates like `v5 -> v6`. Some updates are accompanied by a post on the [Pi-hole Blog](https://pi-hole.net/landing/blog/) mentioning notable changes.
9+
10+
### Updating Docker
11+
12+
Please refer to the [Guide in the Docker Docs](../docker/upgrading/index.md)
13+
14+
Release Notes for Docker specic changes can be found on [GitHub](https://github.com/pi-hole/docker-pi-hole/releases)

0 commit comments

Comments
 (0)