Back Up PostgreSQL Database
IDOL Site Admin uses a PostgreSQL database to store information on task history, alerts, groups, and server details.
You can use the pg_dump
command to back up your PostgreSQL database. For more information on how to create and restore an SQL dump, refer to the PostgreSQL 9.1 documentation at http://www.postgresql.org/docs/9.1/static/backup.html.