From a5f299056d08cad014342a0ff76d76a05aa01e6c Mon Sep 17 00:00:00 2001 From: Jonathan Baginski Date: Mon, 26 Dec 2016 11:36:27 -0500 Subject: [PATCH] Update fixed upgrade notes to reflect correct commands. added alt commands for prior aio paths and user. --- .../installation-raspberry-pi-all-in-one.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 30ce58992bd..cdaeb2f2985 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -61,6 +61,16 @@ To upgrade the All-In-One setup manually: * Change to virtual enviroment `source /srv/homeassistant/homeassistant_venv/bin/activate` * Update HA `pip3 install --upgrade homeassistant` * Type `exit` to logout the hass user and return to the `pi` user. + +

+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. +

+ To upgrade with fabric: