Restore a PostgreSQL database

You can restore a PostgreSQL database with the native pg_restore or psql commands, or by using the db.py script.

Note: You can use the db.py script to restore PostgreSQL data in all setups except the dedicated database server setup where the TeamForge database is not installed. In a dedicated database setup, you can restore the PostgreSQL database using the pg_restore or psql command.

Using db.py:

Using pg_restore or psql: