Skip to main content

Upgrade light control virtual gateway

Backup the configuration file before upgrading. Delete the old installation and then install the new version.

  1. Go to directory of the old version
cd lc_gw
  1. Backup configuration file
cp base/conf/lc_gw/config.ini ../
  1. Uninstall the old version
sudo -E ./uninstaller.sh
cd ..
sudo rm -rf lc_gw
  1. Install the new version. Refer to Install light control virtual gateway
  • Restore the configuration

    cp ../config.ini base/conf/lc_gw/config.ini