Resource Menu


RE : How to export (backup) a project?
The exact lines to import/export the PostgresQL Database:

Export:

pg_dump -f archiveName.tar -F tar -v -b databaseName

Import:

pg_restore -O archiveName.tar -d databaseName

posted by Sebastien Jourdain at Jan 11, 2006 12:22 PM