If the host computer has an Internet connection, use the yum command - you'll also see the new package versions provided by the repositories.
Server Upgrade
Make sure you have the vPlus database backup.
You can use this command manually to back it up on-demand on the vPlus Server:/opt/vprotect/scripts/backup_db.sh /path/to/backup/file.sql.gz
If vPlus was installed on a virtual machine (not a physical one), it would be a good move to take a snapshot.
After backing up the database, we should carefully stop the vPlus service to make sure that we don't have any tasks running (a running task may cause problems updating the database).
View all tasks, if you see even one on the list, clear it (wait for the ongoing tasks to finish)
You can do this from the WebUI (it's faster)
vprotecttask-L# GUID Type State [%] Window start Window end Pri. Node VM/APP# ------------------------------------ ------ -------- --- ---------------- ---------------- ---- ---------- -----------# e3bb2496-3928-417c-a604-8c61b64df90e Export Running 0 2020-06-19 12:27 2020-06-19 17:27 50 vPro-Local VM_01_Apine# 05c1d6cc-fe3b-40fb-9811-94b976571d8e Store Finished 100 2020-06-19 12:10 2020-06-19 17:10 50 vPro-Local VM_01_Apine# cb47190d-cf10-4cf9-8d1d-418eed5accf9 Export Finished 100 2020-06-19 12:09 2020-06-19 17:09 50 vPro-Local VM_01_Apine#To delete a task from the listvprotecttask-dcb47190d-cf10-4cf9-8d1d-418eed5accf9
Now, if you don't have any tasks on the list, you can stop the service.
To make sure that no scheduler has started a task before stopping the service, let's query the database.
If the table is not empty, start the vPlus-Server service and clear the tasks again.
Make sure you have MariaDB up-to-date - currently vPlus by default uses version 10.4, while 10.2.31 is the minimum version supported.
If you need to migrate between versions (for example. 10.3 to 10.4) - we recommend updating it as described here, but when you uninstall MariaDB packages you SHOULDNOT remove the vPlus Server package (as a dependency) i.e. try the --noautoremove option: As centos/rhel 7 do not have the --noautoremove option natively, please use the rpm method.
Otherwise, minor MariaDB versions should be updated with yum update