Previous Topic: Online Complete Database BackupNext Topic: Database Recovery


Log Backups

Consider the following steps while configuring the log backups:

To perform log backups automatically to backint, you need to configure the log backups from SAP HANA Studio or from Global.ini file. The backups are written to the file if Enable Automatic Log Backup option is enabled. By default, the Enable Automatic Log Backup option is enabled by SAP HANA.

You can configure log backups to backint from SAP HANA Studio:

Follow these steps:
  1. Launch SAP HANA Studio.
  2. Double click on the Instance Name.
  3. Navigate to Instance, Configuration, Global.ini , [ ]backup
  4. Change the system value of log_backup_using_backint from false to true.

Note: Once you change the value of log_backup_using_backint, the impact is immediate.

You can configure log backups to backint from global.ini file:

Follow these steps:
  1. Edit global.ini file from /usr/sap/HDB/global/hdb/custom/config.
  2. Add the following line under [backup] section:
    log_backup_using_backint = true
    

    Note: If you do not see the [backup] section, create a section and then add the code.