VigorACS provides OTA script for Download and Upgrade, this article will guide you on how to upgrade your ACS and keep all your data.
The database will remain after the upgrade; however, we still strongly recommend backup the database of VigorACS before you start. Please refer to this article to see how to backup the database.

# cd /usr/local/vigoracs/VigorACS/bin/vigoracs.sh

# tar -jxv -f VigorACS_OTA_Linux_3.5.0_r4522.tar.bz2 (-C /path/for/extract/file)
※ you can use the parameter: -C to designate extracted file path.

# cd /path/for/extract/file
# chmod 755 ota.sh
# ./ota.sh







Note: If the MariaDB version is before 10.6, please enter these commands to update MySQL database.
/usr/local/mysql/bin/mysql --defaults-file=/usr/local/mysql/my.cnf -uroot -p
use tr069
ALTER TABLE provisioning_with_app_log_detail CHANGE COLUMN type info_type TINYINT(2) NOT NULL DEFAULT '0';
ALTER TABLE ui_customization CHANGE COLUMN hide_wan_ip hide_network_tree_ip TINYINT(1) UNSIGNED NOT NULL DEFAULT '1';
ALTER TABLE ui_customization CHANGE COLUMN hide_lan_ip hide_device_dashboard_ip TINYINT(1) UNSIGNED NOT NULL DEFAULT '1';
# cd /usr/local/vigoracs/VigorACS/bin/vigoracs.sh

Input 9 to start ACS
We will see VigorACS PID after it starts.

Now new VigorACS3 is ready to go

After ACS upgrade by ota.sh, the auto software upgrade will be available on ACS UI when there is a new version. ACS can be upgraded in the background by just clicking Download and Upgrade.

Published On:2023-11-01
ShareWas this helpful?