Libresource
Home
Search
My Page
Guest -
Login
Navigation
location:
>
LibreSource Community
>
Community
>
LibreSource Forum
>
How to export (backup) a project?
>
RE : How to export (backup) a project?
Contextual Menu
LibreSource Community
Overview
Features
Downloads
Documentation
Screenshots
References
Getting involved
Road map
Bug Tracker
Feature Request
Forum
Behind LibreSource
Services & Support
Founders
Design committee
Edit this menu
Resource Menu
Properties
Security
More actions...
----
Node Information
Create new resource
Delete this resource
Move this resource
Unbind this resource
----
List children
Go to parent
----
search from here
RE : How to export (backup) a project?
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