Using the PostgreSQL Database Tools
In addition to understanding the notes in this section, for enterprise-class deployments of Xpress Insight, system administrators should be proficient in the use of the PostgreSQL command line tools for the backup and restoration of PostgreSQL database. Additionally, an enterprise-class backup system should include a backup rotation policy. Such further guidance is outside the scope of this document.
![]() |
Note The following instructions assume that PostgreSQL user authentication is disabled. If enabled, the following steps will need to be modified to incorporate the password of the PostgreSQL user account - this can be achieved by setting the PGPASSWORD environment variable.
|
Extensive options for PostgreSQL backup are described in the online documentation for the database: https://www.postgresql.org/docs/9.5/static/backup-dump.html.
The following steps describe the actions necessary to implement backup and restore using the pg_dump and pg_restore utilitity tools provided. FICO is unable to provide support for alternative methods of backing up and restoring the PostgreSQL database.