Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleRestore and Backup Repositories

For instructions on backup operations go

Anchor
Backup
Backup
 To restore and backup repositories refer to
Newtablink
aliashere
urlhttps://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/create-a-full-database-backup-sql-server
. For instructions on backup restore operations go
Newtablink
aliashere
urlhttps://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/restore-a-database-to-a-new-location-sql-server
.


Based on the source and destination you have two possibilities to migrate IDERA Dashboard repositories:

...

      • Stop Idera Core Services and Idera Web Application Services on Windows Services Manager.
      • Log into the Linux machine.
      • Connect to the SQL Server Linux instance.
      • Identify and backup the IDERA Dashboard Repository using the sqlcmd commands.
      • Copy the .bak file.
      • Log in to SQL Server Windows instance machine and paste the .bak file to any desired directory.
      • Open SQL Server Management Studio and connect to the Windows instance.
      • Perform the restore operation of the .bak file as mentioned in the link above.
      • After the restore operation is complete, go to the CoreService folder (i.e. "C:\Program Files\Idera\Dashboard\CoreService").
      • Open IderaDashboardCoreServices.exe, change the value of the setting RepositoryHost for the SQL Server Windows Instance name, and save the changes.
      • Start Idera Dashboard Core Services and Idera Dashboard Web Application Services.

...