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.9 -r1.10
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 4 Feb 2004 16:47:35 -0000 1.9
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 15 Feb 2004 22:15:49 -0000 1.10
@@ -448,6 +448,11 @@
find . -type f -name "*sql" | xargs perl -p -i.tmp -e "s/\\wtimestamp[^t]/ timestamptz/g"
+ Install PostgreSQL 7.3.x. Note that you PostgreSQL
+ must listen on a different port in order to work
+ correctly.
+
+ Restore the database from dump as per the recovery instructions.