VigorACS v3.3.1 has upgraded its components, including Java, MariaDB and InfluxDB. This article will guide you on how to upgrade your ACS and keep all your data.
Note:
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
Note: Please edit /usr/local/vigoracs/VigorACS/version/sql_ver_current.txt to 6 before the upgrade.
# cd /path/to/acs3/downloaded/compress/file/directory
# tar -jxv -f VigorACS_Unix_Like_Draytek_Pro64_3.3.1_r3770.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 install.sh
# chmod 755 uninstall.sh
# ./install.sh
Input y to install required packages
Input 7 to upgrade Java
Input y to upgrade jdk
Input 9 to upgrade to ACS3
Input y to update database
Input 1 to use Local side database
Input 1 to use ACS MySQL
Input the password of root of MariaDB and input y to test
Input n to keep current JBoss configuration
Input 11 after ACS upgrade is finished
Execute vigoracs.sh in path= /usr/local/vigoracs/VigorACS/bin.
# cd /usr/local/vigoracs/VigorACS/bin
# ./vigoracs.sh
#systemctl status vigroacs
Now VigorACS 3.3.1 is ready to go
Published On:2022-12-21
Was this helpful?