72dd3d1f5c
Full and incremental backup and restore strategy for postgres based on pg_basebackup and WAL shipping. Full backups are effectively data directory filesystem snapshots aided by the use of the pg_basebackup tool. Incremental backups are performed by creating recovery points and backing up the appropriate WAL files since the previous backup. Restore is done by recreating the data directory based on a pg_basebackup snapshot and copying the needed WAL files for incremental recovery. A new scenario test group for incremental backups was also added. (Note that parts of the new test have already been refactored in: https://review.openstack.org/#/c/324060 ) Implements: bp/pgsql-incremental-backup Change-Id: I60d52d8cdf7744976c2cae0ea1aca2fd8d07e902
5 lines
125 B
YAML
5 lines
125 B
YAML
---
|
|
features:
|
|
- Full and incremental backup and restore strategy for postgres
|
|
based on pg_basebackup and WAL shipping.
|