Versions Compared

Key

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

...

  1. The source and destination instances are connected to each other over the network

    You can use Windows SQL Server Management Studio for the entire migration process when the SQL Server Windows Instance can connect to the SQL Server Linux instance.

    Follow the steps below to migrate the IDERA Dashboard repository from a SQL Server Linux instance to a SQL Server Windows instance. Apply the same steps the other way around as well.


    1. Stop Idera Core Services and Idera Web Application Services on the SQL Server Windows Instance.
    2. Open SQL Server Management Studio.
    3. Connect to the SQL Server Linux instance from SQL Server Management Studio on Windows and identify the IDERA Dashboard repository you want to migrate.
    4. Backup the IDERA Dashboard repository. This generates a .bak file in a specified folder.
    5. Copy the .bak file from the Linux machine to the Windows machine where SQL Server Windows is installed.
    6. Open SQL Server Management Studio and connect to the SQL Server Windows instance.
    7. Perform a restore operation of the .bak file in the SQL Server Windows instance.
    8. Once successfully restored the repository, open IderaDashboardCoreServices.exe.config and add RepositoryHost  to the SQL Server Windows Instance name.
    9. Start Idera Dashboard Core Services and Idera Dashboard Web Application Services.
  2. The source and destination instances are not connected to each other over the network

The source and destination instances are not connected to each other over the network

Windows SQL Server Management Studio is unable to connect to the SQL Server on Linux instance.

...