PostgreSQL database

    If your host not have pg_dump you need install it first.

    Follow the guides to Install the repository RPM, and then run:

    • host - server host, default: localhost
    • database - database name
    • username - default: root

    Restore Database

    1. $ psql -U postgres -d your-database -f /path/to/your-backup.sql