mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Update
fixed upgrade notes to reflect correct commands. added alt commands for prior aio paths and user.
This commit is contained in:
parent
4ce0a43d8d
commit
a5f299056d
@ -61,6 +61,16 @@ To upgrade the All-In-One setup manually:
|
|||||||
* Change to virtual enviroment `source /srv/homeassistant/homeassistant_venv/bin/activate`
|
* Change to virtual enviroment `source /srv/homeassistant/homeassistant_venv/bin/activate`
|
||||||
* Update HA `pip3 install --upgrade homeassistant`
|
* Update HA `pip3 install --upgrade homeassistant`
|
||||||
* Type `exit` to logout the hass user and return to the `pi` user.
|
* Type `exit` to logout the hass user and return to the `pi` user.
|
||||||
|
|
||||||
|
<p class='note note'>
|
||||||
|
If you deployed Home Assistant via the AiO installer prior to December 2016, you will need to use the following commands:
|
||||||
|
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
|
||||||
|
* Change to homeassistant user `sudo su -s /bin/bash hass`
|
||||||
|
* Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate`
|
||||||
|
* Update HA `pip3 install --upgrade homeassistant`
|
||||||
|
* Type `exit` to logout the hass user and return to the `pi` user.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
To upgrade with fabric:
|
To upgrade with fabric:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user