Skip to content

Commit bbc98e1

Browse files
authored
Update restore manual in README (#635)
1 parent 6d5d0e5 commit bbc98e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ For more information see [the documentation](https://github.com/zigbee2mqtt/hass
5757
## Restoring data from a standalone installation
5858

5959
1. Ensure that both environments are running the same version
60+
1. Ensure you can [SSH to your Home Assistant OS](https://community.home-assistant.io/t/howto-how-to-access-the-home-assistant-os-host-itself-over-ssh/263352) (NOT to the SSH Addon)
6061
1. Backup your standalone environment `data` folder (possibly leaving out the `logs/` folder)
61-
1. Configure your serial port using the HA addon configuration UI
62-
1. Restore your `data` folder contents into `/usr/share/hassio/homeassistant/zigbee2mqtt`
62+
1. Start the Zigbee2MQTT HA addon with a non-existing `tty` device, to create the `data` folder
63+
1. Restore your `data` folder contents into `/mnt/data/supervisor/homeassistant/zigbee2mqtt`, e.g. via `scp -O -P 22222 -i PATHTOUSEDSSHKEY ./data/* root@hass:/mnt/data/supervisor/homeassistant/zigbee2mqtt/`
64+
1. Configure your serial port and MQTT settings using the HA addon configuration UI
6365
1. Edit the `/usr/share/hassio/homeassistant/zigbee2mqtt/configuration.yaml` file:
6466
- Ensure that the serial port section matches the one configured with the UI
65-
- Remove any irrelevant sections from the config (e.g. `mqtt`, `advanced/log_syslog`, `frontend`)
67+
- Remove any irrelevant sections from the config (e.g. `mqtt` (if not needed), `advanced/log_syslog`, `frontend`)
6668
1. Start the add-on
6769

6870
## Changelog

0 commit comments

Comments
 (0)