Skip to content

Support Veeam version v11.0.1.1261 for backup and recovery #6554

@harikrishna-patnala

Description

@harikrishna-patnala
ISSUE TYPE
  • Improvement Request
COMPONENT NAME
Backup and recovery
SUMMARY

Veeam plugin is already supported and the documentation is available here http://docs.cloudstack.apache.org/en/latest/adminguide/veeam_plugin.html

Since the version v11.0.1.1261 the powershell commands has changed and few commands are no more valid.

Examples:

  1. "PowerShell Add-PSSnapin VeeamPSSnapin" This command is not required anymore. Instead, all commands can be run as "PowerShell -command """
  2.             String.format("$Job = Get-VBRJob -name \"%s\"", backupName),
             "$Job.GetBackupTargetRepository() ^| select Name | Format-List"
    

In this command "^" is not valid.

STEPS TO REPRODUCE
1. Setup Veeam with version v11.0.1.1261
2. Integrate with CloudStack
3. Wait for the backup sync to happend.
EXPECTED RESULTS
Using Veeam v11.0.1.1261 with CloudStack should work seemlessly
ACTUAL RESULTS
Using Veeam v11.0.1.1261 with CloudStack failed

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions