VigorACS 2 users are offered to upgrade to VigorACS 3. The database of VigorACS 3 is compatible with that of VigorACS 2, so we can keep all your data after updating. If we still have an valid license of VigorACS 2, we can convert the remaining license to VigorACS 3 manually on MyVigor.
Note:
This document will demonstrate how to upgrade VigorACS 2 to VigorACS 3 on Linux (CentOS 7)
The database will remain after the upgrade; however, we still strongly recommend to backup the database of VigorACS 2 before you start. Please refer to this article to see how to backup the database.
path= /usr/local/vigoracs/VigorACS/bin
# cd /usr/local/vigoracs/VigorACS/bin
# ./vigoracs.sh
# cd /path/to/acs3/downloaded/compress/file/directory
# tar -jxv -f VigorACS_Unix_Like_xxxxxx_xxxxx.tar.bz2 (-C /path/for/extract/file)
※ you can use parameter: -C to designate extracted file path.
# cd /path/for/extract/file
# chmod 755 install.sh
# chmod 755 uninstall.sh
# ./install.sh
path= /usr/local/vigoracs/VigorACS/bin
.# cd /usr/local/vigoracs/VigorACS/bin
# ./vigoracs.sh
# systemctl status vigoracs
Now we could enjoy the new VigorACS 3!
Published On:2021-06-23
Was this helpful?