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?
Yes, you can dump the libresource database:
$ pg_dump libresource > ls-dump.sql
and then, reload the dumped base:
$ psql -d libresource -f ls-dump.sql
And you will be in the "backuped state"
posted by Maxime Biais at Jan 11, 2006 12:22 PM