PostgreSQL
Backups
Back up and restore PostgreSQL databases with WAL archiving and point-in-time recovery.
ZWRM supports full backups and point-in-time recovery (PITR) for PostgreSQL databases. Backups are stored externally and can be used to restore into a new database instance.
Restart the database after enabling for changes to take effect.
To disable WAL archiving:
Shows all backups for a database with their ID, type, status, size, and creation time.
Restore from a specific backup:
Point-in-time recovery to a specific moment:
Shows the restore type, status, target database ID, and any error details.