mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-20 00:55:10 +08:00
Noticed a tiny spelling mistake/typo in docs/main/update. Hope you're having a great day <3 Signed-off-by: accessiblepixel <62973371+accessiblepixel@users.noreply.github.com>
15 lines
949 B
Markdown
15 lines
949 B
Markdown
### Updating a regular installation
|
|
|
|
Updating is as simple as running the following command:
|
|
|
|
`pihole -up`
|
|
|
|
!!! warning "Always Read The Release Notes!"
|
|
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.
|
|
|
|
### Updating Docker
|
|
|
|
Please refer to the [Guide in the Docker Docs](../docker/upgrading/index.md)
|
|
|
|
Release Notes for Docker specific changes can be found on [GitHub](https://github.com/pi-hole/docker-pi-hole/releases)
|