Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml,v diff -u -r1.13 -r1.14 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 26 Feb 2004 15:28:39 -0000 1.13 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 4 Mar 2004 13:20:54 -0000 1.14 @@ -75,9 +75,7 @@ - - Upgrading OpenACS - + Upgrading 4.5 or higher to 4.6.3 upgrade @@ -168,8 +166,8 @@ - - + + Upgrading OpenACS 4.6.3 to 5.0 @@ -261,8 +259,8 @@ See also these forum posts: Forum OpenACS Development: 4.6.3 upgrade to 5-HEAD: final results, OpenACS 5.0 Upgrade Experiences. - - + + Upgrading 5.0.0 to 5.0.x @@ -312,8 +310,7 @@ - - + Upgrading the OpenACS files OpenACS is distributed as a collection of files, available as one big tarball, via CVS, and via automatic download from within the APM. Upgrades work by first changing the file system (via any of the previous methods), and then using the APM to scan the file system, find upgrade scripts, and execute them. This section describes how to upgrade the file system. Starting with OpenACS 5.0, this section can generally be skipped because the OpenACS APM can directly download new files from the openacs.org repository. @@ -541,9 +538,8 @@ - Use perl to replace timestamp with timestamptz in the dump file. - find . -type f -name "*sql" | xargs perl -p -i.tmp -e "s/timestamp with time zone/timestamptz/g" - find . -type f -name "*sql" | xargs perl -p -i.tmp -e "s/\\wtimestamp[^t]/ timestamptz/g" + Use perl to replace timestamp with timestamptz in the dump file. See example perl code in step two in /contrib/misc/upgrade_4.6_to_5.0.sh + Create a new user for PostgreSQL 7.3.x, as per the