Standby Database: Backup with BRBACKUP 

Use

One main advantage of the standby database scenario is that backups do not have to be performed in the primary (production) database system. Instead it allows the datasets of the standby database to be backed up. This means that the database backup does not add to the load on the host of the primary database instance. Since online operation does not occur on the standby database, all the host’s resources can therefore be made available for the database backup. The SAP utility program BRBACKUP backs up the standby database data.

Prerequisites

  1. The standby instance is in the recovery state and must not be opened. You can make an offline backup only. For the BRBACKUP backup of the standby data, you must set the init<DBSID>.sap parameter backup_type = offline_standby .
  2. Renaming of database files in the standby database is not supported by BRBACKUP. The original names of the primary database need to be retained.
  3. As for the OPS configuration, certain requirements must be satisfied for the connection to a remote host.

Features

Activities

To create and configure a standby database you can make a BRBACKUP backup ( backup_type = offline_stop ) of the production database. This is not opened later: Instead it is transferred directly into the mount standby mode, where it takes over the role of the standby database. The backup becomes the production system.

backup_type

primary_db

To recreate a standby configuration, you can make a copy of the production database. You can then use this as the standby database ( backup_dev_type=disk_standby ).

Structure-Retaining Database Copy