Skip to main content
Reliable backups ensure your historical financial telemetry and sovereign ledger remain protected against hardware failures.

Automated Postgres Backups

You can run daily automated backups using pg_dump wrapped in a cron job:

Restoring from a Backup

To restore your database from a compressed snapshot file:
Restoring a backup will overwrite existing tables in the destination database. Always create a safety snapshot before performing a restore.