|
8 registered users in last 24 hours Maintenance FAQ
References
QuestionsHow to upgrade ]project-open[?You can upgrade ]project-open[ manually using CVS. Our CVS server is publicly available with the user "anonymous" on berlin.dnsalias.com. For further instructions please see our update tutorial
How to backup and restoreThis is explained in detail in the PO-Operations-Maintenance-Guide. Basicly, you use the built-in PostgreSQL commands to backup and restore your database. There is a "wrapper page" in ]project-open[, but this page basicly calls the PostgreSQL commands: To backup: pg_dump projop -c -O -F p -f c:/backup.YYYY-MM-DD.sql To restore: psql -d projop -f c:/backup.YYYY-MM-DD.sql These commands work both on Linux and Windows (CygWin shell). Please note that the "forward slashes" are being used in both cases. Please note that the "restore" operation may write out a lot of error messages if you load a backup dump into an empty database. This is because the backup file contains SQL commands to delete the data in an existing database. You don't need to worry about these errors.
PO server runs very slow after a couple of months in production. What can can I do to improve the performance? Installations using PostgreSQL 8.2 and earlier require frequent DB vacuums. The VM downloadable from SOURCEFORGE should be configured accordingly (see crontab).
Next you want to check your /web/projop/log/error.log file for irregularities. Other reasons for bad performance can be:
|
