Skip to content

Releases: cohesity/cohesity-vra-blueprints

v2.7.1

20 Mar 17:45
Compare
Choose a tag to compare
v2.7.1 Pre-release
Pre-release

Features

Added support for backup & recovery of oracle databases through vRA/vRO 8.x.

Following Oracle Related workflows are now supported

  • Registration of oracle as a source.
  • Protection of oracle databases.
  • On Demand backup of oracle databases.
  • Recovery of oracle databases to original or alternate sources.

Additional Notes:

  • These workflows are only designed for vRA/vRO 8. Users are required to import the package file separately in vRO 8.x to see the newly added workflows.
  • The newly added workflows are defined under Library > Cohesity > vRO 8

v2.6.7

08 Jan 12:05
Compare
Choose a tag to compare

Features

  • Introducing a new field, backup_sources, in the VM backup summary report, which indicates the location of a snapshot (Archival / Local).
  • Added a new configuration option in Settings, autoRefreshSource (default value: true). When disabled, VMware sources will not be automatically refreshed if the VM object is not discovered in Cohesity.

Additional Notes:

  • A separate package file for vRO 8 is now available with this release. The package includes VMware workflows specifically designed for vRO 8. Please note that these workflows are not included in the default vmoapp file and must be imported separately.

v2.6.6

21 Sep 07:23
Compare
Choose a tag to compare

Bug Fixes

  • Resolved an issue within the on-demand SQL backup workflow. Policy settings are now overridden to exclude archival of MSSQL log backups.

v2.6.5

05 Jun 10:40
Compare
Choose a tag to compare

Features

  • Added support to restore virtual disks from Archival Targets.
    Added new action 'com.cohesity.plugin.dev.protection.isSnapshotTypeArchival' to check if a snapshot version has any associated remote archival target.
    Modified the workflow 'Cohesity - Restore Virtual Disk' & added new parameter 'restoreFrom' to use archival target on recovery.

Notes

Build archival target payload using the following snippet,
if(restoreFrom === "Archival") { recoveryObject.archivalTarget = CSProtectionSourceManager.getArchivalData(snapshots); }

v2.6.4

28 Apr 11:07
Compare
Choose a tag to compare

Features

  • Added a new workflow called 'Update Org service user password details'. The workflow allows service provider administrators to update org service account passwords through the vRO plugin.
  • Added new set of wrapper actions to support custom forms for service broker workflows in vRA 8.
  • Added custom form YAMLs for vRA 8 service broker workflows.
  • Added new action getBackupSummaryReportAsJSON to retrieve backup summary as a JSON string.

Bugs

  • Fixed bug in the action 'getCohesityConfigValue'. Earlier this was causing issues in reading Cohesity vRO configuration values.

v2.6.3

10 Feb 14:56
Compare
Choose a tag to compare
v2.6.3 Pre-release
Pre-release

Scripting Changes

  • Updated 'restoreMSSQLDatabase' action to fix issue with recovery of databases within the same source.

Backend Changes

  • Updated datatype of model properties to prevent overflow issues.

v2.6.1

21 Nov 14:34
Compare
Choose a tag to compare
v2.6.1 Pre-release
Pre-release

Scripting Changes

  • Added new actions in 'com.cohesity.plugin.dev.protection.physical' folder to manage physical object protection through v2 APIs.
  • Added wrapper utilities for type conversions to support vRA 8 forms.

Backend Changes

  • Added new manager utility 'CSProtectionGroupManager' to manage protection groups through v2 APIs.

v2.4.6

01 Sep 05:43
Compare
Choose a tag to compare

Scripting Changes

  • Updated restoreMSSQLDatabase action to support target data file destination during SQL recovery.
  • Updated restoreMSSQLDatabase action to support overwriting of alternate databases.
  • Updated workflow Cohesity - Restore SQL Database to integrate restoreMSSQLDatabase action changes.

Backend Changes

  • Updated CSProtectionPolicy scripting object to include archival & replication config information.
  • Added overwritePolicy property to CSSQLRestoreParameters scripting object to support overwriting of databases when recovering to an alternate host/instance.

Note: Overwriting alternate database feature is only supported with some Cohesity releases. Reach out to Cohesity support for more information on that.

v2.4.5

12 Jul 07:30
3c06cd5
Compare
Choose a tag to compare

Scripting Changes

  • Added new action getBifrostConnections to fetch list of all configured Realms.
  • Added new input parameter bifrostConnection to the following actions registerMultipleSQLSources, registerSQLSource & discoverAndRegisterSQLNodes to support Realms on SQL source registration.

Backend Changes

  • Integrated API to fetch all bifrost connections (Realms).
  • Added connectionId property to CSProtectionSourceParameter scripting object.

v2.4.4

27 Sep 04:47
3c06cd5
Compare
Choose a tag to compare

Bug Fixed

  • Modified missing property issue with 'getBackupSummaryReport' & 'getSummaryReport' actions.
  • Added 'kWarning' protection run status check to 'On Demand Backup' workflow. This resolves the timeout issue when the last status of the run was a success but with warnings.