PostgreSQL
Este conteúdo não está disponível em sua língua ainda.
Advanced PostgreSQL plugin supporting both dump and Point-in-Time Recovery, capturing tablespaces and roles automatically for consistent, restorable backups.
Capabilities
Section titled “Capabilities”- Dump & PITR modes
- Tablespaces & roles
- Online, consistent backups
Configure
Section titled “Configure”Add the plugin to a FileSet on the client you want to protect:
FileSet { Name = "postgresql" Include { Options { Plugin = "postgresql: pghost=/var/run/postgresql mode=pitr db=*" } }}All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.
Restore
Section titled “Restore”Restore the whole database or to a point in time.
See also: Restore, Instant Recovery & V2V.