Release Information

Introduction

Getting Started

Delphix Engine System Administration

Virtual Database Management with the Delphix Engine

Delphix Modernization Engine

Delphix Compliance Engine

Virtualizing Unstructured Files in the Delphix Engine

Virtualizing Oracle E-Business Suite in the Delphix Engine

JetStream

Mission Control

Delphix Express User Guide

Reference


Documentation for Previous Versions of the Delphix Engine

Delphix Server 3.0 Documentation
Delphix Server 3.1 Documentation
Delphix Engine 3.2 Documentation
Delphix Engine 4.0 Documentation
Delphix Engine 4.1 Documentation
Delphix Engine 4.2 Documentation

Skip to end of metadata
Go to start of metadata

This topic describes how to migrate a SQL Server VDB to a different environment.

Prerequisites

 

Procedure via GUI

  1. Select the VDB you would like to  migrate
  2. Disable VDB 
  3. Select the Migrate VDB icon 
  4. Select the New Environment and Installation
  5. Hit the Check Mark
  6. After job finishes Enable VDB

Procedure via CLI

  1. Select the source associated with the VDB.

    delphix> source
    delphix source > select "vexample"
  2. Select the source config associated with the source.

    delphix source "vexample"> get config
        vexample
    delphix source "vexample"> /sourceconfig 
    delphix sourceconfig > select "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 sourceconfig "vexample"> update
    delphix sourceconfig "vexample" update *> set repository="new target environment"/"MSSQL instance"
    delphix sourceconfig "vexample" update *> set environmentUser="new target environment"/"new target's user"
    delphix sourceconfig "vexample" update *> commit
    delphix sourceconfig "vexample">

Post-Requisites