Resource Menu


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