Detaching and re-attaching SQL Server dSources
Each dSource contains metadata that associates it with the source database, as well as the data it has ingested from the source database in the form of snapshots up to that point. It is possible to detach, or unlink, a dSource from its source database. This breaks the association with the source database without affecting the data within the Delphix Engine. Detached dSources and their source databases have these properties:
A detached dSources can still be used to provision a virtual database (VDB).
You can re-link the source database as a different dSource.
Prerequisites
A dSource can only be attached to a new data source once it has been unlinked.
Detaching a dSource
Login to the Delphix Management application as a user with OWNER privileges on the dSource, group, or domain.
Click Manage.
Select Databases.
Select the database you want to unlink or delete.
From the Actions menu (...) select Unlink. A warning message will appear.
Click Unlink to confirm.
Rebuilding Source Databases and Using VDBs
In situations where you want to rebuild a source database but retain the existing dSource, you will need to detach the original dSource and create a new one from the rebuilt data source.
Detach the dSource as described in the procedure on this page.
You cannot attach a dSource with the same name as a dSource that is already attached. If you intend to give the new dSource the same name as the original one, rename the detached dSource.
At the top of the Configuration tab, next to the dSource's name, click the Edit (pencil) icon.
After renaming the dSource, click the green checkmark.
Create the new dSource from the rebuilt database.
You will now be able to provision VDBs from both the detached dSource and the newly created one, but the detached dSource will only represent the state of the source database prior to being detached.
Attaching a previously detached dSource
You can only re-attach databases that represent the same physical database.
Login to the Delphix Management application as a user with OWNER privileges on the dSource, group, or domain.
Click Manage.
Select Databases.
Select the database you want to re-attach.
From the Actions menu (...) select Link dSource.
Select the environment and database that represents the source to which you would like to re-attach.
Select an appropriate staging environment, and choose the credentials that should be used to authenticate to the source database.
Click Link to link the dSource to the new source database.
Once linking is complete, use the Configuration > Data Management tab to set up an appropriate Validated Sync configuration.
Attaching a previously detached dSource using CLI
You can only re-attach databases that represent the same physical database.
Login to the Delphix CLI as delphix_admin or a user with OWNER privileges on the dSource, group, or domain.
Select the dSource by name using
database select <dSource Name>.
.Run the
attachSource
command.Set the source config you want to attach to, using
set source.config=<Source Database Unique Name>
. Source configs are named by their database unique name.Set any other source configuration operations as you would for a normal link operation.
Run the
commit
command.