Updating: fix backup steps to reflect current SW (#36699)

This commit is contained in:
c0ffeeca7 2025-01-04 11:24:50 +01:00 committed by GitHub
parent 91af360b1c
commit e3cc57d434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,10 @@
Best practice for updating Home Assistant Core: Best practice for updating Home Assistant Core:
1. Back up your installation{% if page.installation == "os" or page.installation == "supervised" %}, using the [backup functionality](/common-tasks/general/#backups) Home Assistant offers{% endif %}. 1. [Back up your installation](/common-tasks/general/#backups) and store the backup and the [backup emergency kit](/more-info/backup-emergency-kit/) somewhere safe.
- This ensures that you can [restore your installation from backup](/common-tasks/general/#restoring-a-backup) if needed.
2. Check the release notes for backward-incompatible changes on [Home Assistant release notes](/blog/categories/core/). Be sure to check all release notes between the version you are running and the one you are upgrading to. Use the search function in your browser (`CTRL + f` / `CMD + f`) and search for **Backward-incompatible changes**. 2. Check the release notes for backward-incompatible changes on [Home Assistant release notes](/blog/categories/core/). Be sure to check all release notes between the version you are running and the one you are upgrading to. Use the search function in your browser (`CTRL + f` / `CMD + f`) and search for **Backward-incompatible changes**.
{% if page.installation == "os" or page.installation == "supervised" %} 3. Update Home Assistant.
3. Select **Create backup before updating** in case you encounter an issue that requires a rollback. 4. Review persistent notifications and log to see if there are any issues with your configuration that need to be addressed.
4. Update Home Assistant.
5. Review persistent notifications and log to see if there are any issues with your configuration that need to be addressed.
{% endif %}
{% if page.installation == "os" or page.installation == "supervised" %} {% if page.installation == "os" or page.installation == "supervised" %}

View File

@ -27,7 +27,7 @@ Updates of the {% term "Home Assistant Operating System" %} are independent of o
- [Backup](/common-tasks/general/#backups) your installation. - [Backup](/common-tasks/general/#backups) your installation.
- Make sure the backup is downloaded and stored outside of the system. - Make sure the backup is downloaded and stored outside of the system.
- So that you can restore from that backup in case there is an issue with the system. - So that you can [restore from that backup](/common-tasks/general/#restoring-a-backup) in case there is an issue with the system.
#### To update the Home Assistant Operating System #### To update the Home Assistant Operating System