Upgrade light control virtual gateway
Backup the configuration file before upgrading. Delete the old installation and then install the new version.
- Go to directory of the old version
cd lc_gw
- Backup configuration file
cp base/conf/lc_gw/config.ini ../
- Uninstall the old version
sudo -E ./uninstaller.sh
cd ..
sudo rm -rf lc_gw
- Install the new version. Refer to Install light control virtual gateway
-
Restore the configuration
cp ../config.ini base/conf/lc_gw/config.ini