Versions Compared

Key

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

...

  1. Open the SQL Server Management Studio (SSMS) and connect to the secondary nodes of the availability group.
  2. Delete the copies of the IDERA Dashboard Repository and SQL Safe Repository databases from the secondary nodes.
    Go to Databases, right click on IDERA Dashboard Repository, and select Delete.
    Go to Databases, right click on SQL Safe Repository, and select Delete.
  3. In SQL Server Management Studio (SSMS) connect to the active node of the availability group.
  4. Set the recovery model of the IDERA Dashboard Repository and SQL Safe Repository databases to Full.
    Go to Databases, right click on IDERA Dashboard Repository, and select Properties. Go to options and set the Recovery Model to Full. Click OK.
    Go to Databases, right click on SQL Safe Repository, and select Properties. Go to options and set the Recovery Model to Full. Click OK.
  5. Perform a Full backup of the IDERA Dashboard Repository and SQL Safe Repository.
    Go to Databases, right click on IDERA Dashboard Repository, select Tasks, and Backup. The Backup Database - IDERA Dashboard Repository window appears, select the Backup Type as Full, and click OK.
    Go to Databases, right click on SQL Safe Repository, select Tasks, and Backup. The Backup Database - SQL Safe Repository window appears, select the Backup Type as Full, and click OK.
  6. Sign in to the listener machine, open the SQL Server Management Studio (SSMS), and connect to the listener name.
  7. Add Databases to the Availability Group.
    Go to AlwaysOn High Availability, expand Availability Groups, right click on the availability group, and select Add Database. The Add The Add Database to Availability Group wizard Group wizard opens displaying information about what is needed to add one or more availability databases to an existing availability group. Click Click Next.
    Select the IDERA Dashboard Repository and SQL Safe Repository databases for the availability group. Click Next.
    Select your data synchronization preference , then click Nextclick Next.
    Connect to all the existing secondary replicas, then click Nextclick Next.
    Ensure the availability group validation tests are successful. Click NextClick Next.
    Once the Database is ready to add to the availability group, review the Summary and click Finish. If you want to edit your settings, select Previous and make your changes.
    When the Database is included to the availability group, the results section displays it. Click Close to exit the wizard.
  8. In SQL Server Management Studio (SSMS), connect to the secondary replica(s) and ensure that the databases have been added successfully.

...