bseltz-cohesity / scripts

Cohesity REST API examples in PowerShell and Python
Apache License 2.0
102 stars 41 forks source link

Question: Restore a Database from a tenant owned VM to a shared dev system #172

Closed HenrikFFM closed 3 months ago

HenrikFFM commented 3 months ago

Hello Brian,

we have our production systems for our customers separated in tennants. One of our customer has a need to separate the vms for one some his customers from the other vms. So we built this in cohesity. All is fine.

But our customer want to use a central dev sql server for different projects. So i have to restore a Database from one tennant to a sql sever that is located in an other tennant.

How can i do this ?

bseltz-cohesity commented 3 months ago

To my knowledge , cross-tenant restore is not possible. You can only restore to a destination that is registered in the same tenant.

HenrikFFM commented 3 months ago

Thank you for the fast answer.