PostgreSQL

From FusionPBX
Revision as of 02:29, 28 October 2012 by Mcrane (talk | contribs) (Created page with "PostgreSQL is a enterprise grade open source database. http://www.postgresql.org/ ==Backup== The following assumes the database username is fusionpbx and the database to bac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PostgreSQL is a enterprise grade open source database. http://www.postgresql.org/


Backup

The following assumes the database username is fusionpbx and the database to backup is fusionpbx.

pg_dump -U fusionpbx fusionpbx -f /usr/src/fusionpbx.sql

Restore

Additional Info