Update Backup Plugins

This section includes update instructions for Veeam backup plugin on Virtuozzo OnApp clouds v.6.0 and v.6.2.

Please note that Virtuozzo OnApp 6.0, Virtuozzo OnApp 6.1, and Virtuozzo OnApp 6.2 do not support the R1Soft backup plugin. We recommend upgrading to Virtuozzo OnApp 6.3.

Update Veeam

To update Veeam backup plugin:

  1. Update the onapp-cp-backups-veeam package:

    1
    
    # yum update onapp-cp-backups-veeam
    
  2. Restart Virtuozzo OnApp related services (CentOS 7.x example):

    1
    2
    3
    4
    5
    
    # systemctl stop onapp 
    # systemctl stop httpd 
    ... 
    # systemctl start httpd 
    # systemctl start onapp