delphix / dxtoolkit

Scripts that remotely interact with Delphix engine APIs
Apache License 2.0
38 stars 32 forks source link

"January 7th 2021: To add a functionality to rename MSSQL Server vDBs" #166

Open carloscuellar87d opened 3 years ago

carloscuellar87d commented 3 years ago

Is your feature request related to a problem? Please describe. While working with a new customer, we ran into a situation where we wanted to rename vDBs through dxtoolkit. Unfortunately, at this time there is not an option to do it.

Describe the solution you'd like We would like to have an option on dx_ctl_db to allow us renaming MSSQL Server vDBs (renaming both the object in Delphix and the actual database name).

This binary has this option --> -action start|stop|enable|disable where we could add "rename".

And then add a new one like --> --newname "newvDBname"

This will allow to rename a single vDB.

When you have a moment, can you please help us checking if this could be added?

Thanks in advance and regards.