Delphix Products

Tip of the Day: Migrating a SQL Server VDB

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Migrating a SQL Server VDB

    Posted 06-02-2014 07:20:00 PM
    No replies, thread closed.
    1. Select the source associate the the VDB
          delphix > source "vexample"
    2. Select the source config associated with the source.
          delphix source "vexample" > /sourceconfig "vexample"
          delphix sourceconfig "vexample" >
    3. Update the repository to the repository on the target environment for the migration, and the environment user associated with the source config.
          delphix source config "vexample" > update
          delphix source config "vexample" update *> set repository=win2008r2newtarget/SQL2008
          delphix source config "vexample" update *> set environmentUser=win2008r2newtarge/AD\newtargetuser
          delphix sourceconfig "vexample" update *> commit

    * Please note that you need to disable VDB before doing this and reenable after. New Target Environment should already be added