summaryrefslogtreecommitdiff
path: root/releasenotes/notes/db2-online-backup-restore-3783afe752562e70.yaml
blob: d88f9ce108693ba9381f2cfe1913a6c1d1ed4fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - Add support for full online backup and restore for DB2
    Express-C by enabling archive logging.
other:
  - In Mitaka release, support was added for full offline
    backup and restore using the default circular logging.
    In this release, the name of the strategy for offline
    backup and restore was changed from DB2Backup to
    DB2OfflineBackup. Hence, to enable offline backups, we
    should set backup_strategy=DB2OfflineBackup and for
    online backups, backup_strategy=DB2OnlineBackup. The
    property backup_namespace and restore_namespace will
    be the same for both types of backup and restore.