Versions Compared

Key

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

The synchronize standby feature of the Multiplatform can be used to resolve MultiPlatform resolves the unrecoverable transaction log gap in standby. This can happen under these circumstances.

  1. Adhoc transaction log backups are taken in the primary which can break , breaking the log chain between the primary and standby.

  2. Adhoc An ad-hoc full backup was taken with tail log backup that breaks the log chain.

  3. One or more transaction log backup files are lost in standby before getting applied in standby.

...

  1. Checks the current LSN number of the standby.

  2. Take a differential backup of the priamry primary database based on the LSN number on standby.

  3. Transfer the differential backup on the to standby.

  4. Restore the database backup on the standby.

  5. Delete unwanted transaction log backup backups that are present on standby.

  6. Resume the automated update.

...