Skip to content

Commit 1e9d766

Browse files
committed
Version 1.13.0
New Features: Multi-DC MSSQL database management Manage the protection for these multi-DC replicas as a single linked group. Two new cmdlets have been introduced for this: `Get-RscMssqlLinkedAvailabilityGroup` - This cmdlet will show the linked status for any replica availability groups across multiple Rubrik clusters. `Protect-RscLinkedWorkload` - This cmdlet manages linking replica availability groups or databases and SLA assignment for the linked group. Fixes: - `Get-RscMssqlDatabaseRecoveryPoint -LastFull` was previously returning the snapshot date, which is not the same as the recovery date, resulting in recoveries that would still perform log recoveries in addition to the snapshot recovery. The cmdlet has been updated to get use the correct time property. - `Get-RscSnapshot` has been updated to include `MssqlAppMetadata.EndBackupTimestampMs`, needed to get the SQL recovery time for snapshot restores. The cmdlet has also been refactored to make future modifications easier. - New cmdlet `Get-RscMssqlLinkedAvailabilityGroup` Breaking Changes:
1 parent 571541d commit 1e9d766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RubrikSecurityCloud/RubrikSecurityCloud.PowerShell/RubrikSecurityCloud.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ FormatsToProcess = @(
7272
"Toolkit/Format/MongoCollection.Format.ps1xml",
7373
"Toolkit/Format/MongoDatabase.Format.ps1xml",
7474
"Toolkit/Format/MongoSource.Format.ps1xml",
75+
"Toolkit/Format/MssqlAvailabilityGroupVirtualGroup.Format.ps1xml",
7576
"Toolkit/Format/MssqlDatabase.Format.ps1xml",
7677
"Toolkit/Format/MssqlInstance.Format.ps1xml",
7778
"Toolkit/Format/MssqlLogShippingTarget.Format.ps1xml",

0 commit comments

Comments
 (0)