Resource Menu


RE : How to export (backup) a project?
Hello,

thank you for the tip. This was a good hint, but it did not work exactly as provided. After doing this and importing the database again, the repository was missing. As we found out there are some additioinal parameters necessary to get everything from the database. You need to specify: pg_dump -b dbname > outputfile

-b for dumping also the blobs (important) optionally also -c for cleaning the db before import -C for including create information in the export -f for specifying output file

posted by Rüdiger Lincke at Jan 11, 2006 12:22 PM