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.
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 check mark.
- 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
The attach operation is currently only supported from the command line interface (CLI). Full GUI support will be added in a future release. 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.
Related Links
- Additional dSource Topics
- Changing the Staging Target Environment for a SQL Server dSource
- Enabling Linking and Provisioning for SQL Server Environments