Index: openacs-4/packages/acs-core-docs/www/upgrade-supporting.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/upgrade-supporting.html,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/upgrade-supporting.html 4 Mar 2004 14:09:22 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/upgrade-supporting.html 22 Mar 2004 11:50:31 -0000 1.7 @@ -28,9 +28,9 @@ [service0 dev]$ exit [root root]# su - service0 - psql service0 -f /usr/local/pgsql/share/contrib/openfts.sql - psql service0 -f /usr/local/src/postgresql-7.2.3/contrib/tsearch/tsearch.sql - exit
  • OPTIONAL: Install the new OpenFTS Engine.�If you want to upgrade the OpenFTS Engine, do these +psql service0 -f /usr/local/pgsql/share/contrib/openfts.sql +psql service0 -f /usr/local/src/postgresql-7.2.3/contrib/tsearch/tsearch.sql +exit

  • OPTIONAL: Install the new OpenFTS Engine.�If you want to upgrade the OpenFTS Engine, do these steps. (You must have already upgraded the OpenFTS driver to 0.3.2.)

    1. Browse to http://yourserver/admin/site-map

    2. On the openfts line, click on set parameters.

    3. Change the value of openfts_tcl_src_path from /usr/local/src/Search-OpenFTS-tcl-0.2/ to /usr/local/src/Search-OpenFTS-tcl-0.3.2/

    4. Click Set Parameters

    5. [root root]# restart-aolserver service0
    6. Browse to http://yourserver/openfts

    7. Click Administration.

    8. Click Initialize OpenFTS Engine

  • Upgrading from PostGreSQL 7.2 to 7.3

    An OpenACS database created in PostGreSQL 7.2 will not work correctly in PostGreSQL 7.3. This is because 7.2 truncates @@ -60,7 +60,10 @@ Postgres installation guide. Keep in mind that your installation location is different, and your startup script (/etc/init.d/postgres73 should be named differently. You - might even need to edit that file to make the paths correct) + might even need to edit that file to make the paths + correct). You'll also need to add export + PGPORT=5434 to the .bashrc and/or + .bash_profile for the postgres73 user.

  • Install PostgreSQL 7.3.x. Note that you PostgreSQL must listen on a different port in order to work correctly, so you'll need to edit the configuration file @@ -72,4 +75,4 @@ postgres73 user's home directory.

  • Change the path in service0's .bashrc or .bash_profile (or both) files to reflect the new postgres73 - user directory.

  • Restore the database from dump as per the recovery instructions.

  • View comments on this page at openacs.org
    + user directory. Also add in the PGPORT.

  • Restore the database from dump as per the recovery instructions.

  • View comments on this page at openacs.org