pi-hole_docs/docs/main/update.md
accessiblepixel a1bbc68492
Fix tiny spelling mistake/typo
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>
2025-04-12 13:26:42 +01:00

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)