Managing Backups

The Broker stores its data in a PostgreSQL database. It is recommended to regularly back up this database to prevent data loss.

Refer to the PostgreSQL documentation on backup and restore for the available strategies and detailed instructions.

It is recommended to automate backups with a scheduled task (cron on Linux, Task Scheduler on Windows) and to store backups in a separate location from the database server.