Backup and Restore Data Integration Hub for SQL Server Database
Backup and Restore Data Integration Hub for SQL Server Database
Perform the following steps to backup and restore Data Integration Hub metadata and publication repository databases:
Shut down the Data Integration Hub services.
Perform the following steps after connecting to the appropriate instance of the Microsoft SQL Server Database Engine:
Expand the server tree in
Object Explorer
.
Expand Databases, right-click the database name and select
Tasks
Back Up
.
In the
Source
section of the
General
page, select the
Copy-only backup
option. Select
Disk
from the
Back up to
menu in the
Destination
section.
Click
Add
.
The
Select Backup Destination
dialog box appears.
Enter the file name and a valid directory. Use
.bak
file extension to simplify the classification of this file.
Click
OK
.
The backup process begins.
After the backup is complete click
OK
to close the
SQL Server Management Studio
dialog box.
Manually backup the docstore folder for filestore topics in the Data Integration Hub repository.
Get the docstore location from the system property
dx.system.document.store.folder
from the Data Integration Hub repository that you need to backup.
Keep a backup of this folder to copy it to the new Data Integration Hub instance location.
Perform the following steps to restore the backup of the metadata and publication repository databases to a new database:
In
Object Explorer
, connect to an SQL server database engine instance and expand that instance.
Right-click
Databases
and select
Restore Database
.
In the
Source
section of the
General
page, enter the source directory of the backup sets to restore.
The following options are available:
Database
. The list contains the backed-up databases according to the
msdb
backup history.
If the backup is taken from a different server, the destination server will not include the backup history information for the specified database. In such a situation, select
Device
to manually enter the file or device to restore.
Device
. Click
Browse
and the
Select backup devices
dialog box appears.
Select the media type as
File
from the
Backup media type
menu. Click
Add
.
Locate the back up file and click
OK
.
In the
Destination
section, the
Database
box automatically populates the database name to restore. Change the name of the database to the new Publication and Metadata database name.
In the
Options
page, select the following options:
In the
Restore options
panel, select
Overwrite the existing database (WITH REPLACE)
.
In the
Server Connections
section, select the
Close existing connections to destination database