phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] Fix of Upgrade 14 -> 16


From: Alex Borges
Subject: [Phpgroupware-developers] Fix of Upgrade 14 -> 16
Date: Wed, 03 Dec 2003 14:40:46 -0600

Most upgrade issues have now been fixed by jarg. One problem though is
that the new stuff can mean large changes on the database, sometimes the
upgrade process can very well exceed ten minutes. So, you need to change
this variables in the corresponding files:


in php.ini 
max_execution_time = 3000 (or some other unreasonably high value)

in httpd.conf Timeout 3000 

It may or may not be enough seconds on your setup so be prepared to redo
it and change the values. Its recomended that you switch back to
reasonable values (300) once you confirm the upgrade has been completed.

Other fixes includes better indexing on pgsql databases and full index
fix for mysql databases. 

Naturaly this will work AFTER you cvs update as so:


cvs update -dPC -r Version-0_9_16-branch


This is NOT a release of any kind, but we need people to test if we
finally got it right so BACK UP!, you should back up regardless if it is
a release or not, but i feel compeled to repeat this... BACK UP!

YOU HAVE BEEN WARNED





reply via email to

[Prev in Thread] Current Thread [Next in Thread]