Skip to content

PostgreSQL

Advanced PostgreSQL plugin supporting both dump and Point-in-Time Recovery, capturing tablespaces and roles automatically for consistent, restorable backups.

  • Dump & PITR modes
  • Tablespaces & roles
  • Online, consistent backups

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 the whole database or to a point in time.

See also: Restore, Instant Recovery & V2V.