trove/releasenotes/notes/db2-online-backup-restore-3783afe752562e70.yaml
Mariam John ff2a52038b Implement full online backups for DB2
Currently Trove supports full offline backups for DB2. In this
implementation, we have added support for full online backups for DB2
using archival logging.

Change-Id: I30b5b0b85120fd105cc3db57983b062fad5fab5a
Implements: blueprint db2-online-backup
2016-09-13 20:35:01 +00:00

15 lines
634 B
YAML

---
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.