Index: openacs-4/packages/acs-core-docs/www/upgrade-4.5-to-4.6.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/upgrade-4.5-to-4.6.html,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-core-docs/www/upgrade-4.5-to-4.6.html 11 Dec 2010 23:36:32 -0000 1.25 +++ openacs-4/packages/acs-core-docs/www/upgrade-4.5-to-4.6.html 31 Jul 2011 23:11:46 -0000 1.26 @@ -1,12 +1,12 @@ - -Upgrading 4.5 or higher to 4.6.3

Upgrading 4.5 or higher to 4.6.3

The required platform for OpenACS 4.6 is the same as - 4.5, with the exception of OpenFTS. OpenACS 4.6 and later require OpenFTS 0.3.2 for full text search on PostGreSQL. If you have OpenFTS 0.2, you'll need to upgrade.

If upgrading from 4.4, you need to manually run acs-kernel/sql/postgres/upgrade-4.4-4.5.sql. See Bug #632

  1. Make a Backup. Back up the database and file system (see ???).

  2. OPTIONAL: Upgrade OpenFTS. Upgrading OpenFTS from 0.2 to 0.3.2

  3. + +Upgrading 4.5 or higher to 4.6.3

    Upgrading 4.5 or higher to 4.6.3

    The required platform for OpenACS 4.6 is the same as + 4.5, with the exception of OpenFTS. OpenACS 4.6 and later require OpenFTS 0.3.2 for full text search on PostGreSQL. If you have OpenFTS 0.2, you'll need to upgrade.

    If upgrading from 4.4, you need to manually run acs-kernel/sql/postgres/upgrade-4.4-4.5.sql. See Bug #632

    1. Make a Backup. Back up the database and file system (see Section , “Manual backup and recovery”).

    2. OPTIONAL: Upgrade OpenFTS. Section , “Upgrading OpenFTS from 0.2 to 0.3.2”

    3. Stop the server -

      [root root]# svc -d /service/$OPENACS_SERVICE_NAME
    4. Upgrade the file system. Upgrading the OpenACS files

    5. - Start the server -

      [root root]# svc -u /service/$OPENACS_SERVICE_NAME
    6. Use APM to upgrade the database. 

      1. Browse to the package manager, http://yourserver/acs-admin/apm.

      2. Click Install packages.

      3. Select the packages you want to install. This should +

        [root root]# svc -d /service/$OPENACS_SERVICE_NAME
      4. Upgrade the file system. Section , “Upgrading the OpenACS files”

      5. + Start the server +

        [root root]# svc -u /service/$OPENACS_SERVICE_NAME
      6. Use APM to upgrade the database. 

        1. Browse to the package manager, http://yourserver/acs-admin/apm.

        2. Click Install packages.

        3. Select the packages you want to install. This should be everything that says - upgrade, plus any new + upgrade, plus any new packages you want. It's safest to upgrade the kernel by itself, and then come back and upgrade the rest of the - desired packages in a second pass.

        4. On the next screen, click Install Packages

        5. When prompted, restart the server:

          [root root]# restart-aolserver $OPENACS_SERVICE_NAME
        6. Wait a minute, then browse to the package manager, http://yourserver/acs-admin/apm.

        7. Check that the kernel upgrade worked by clicking All and making sure that acs-kernel version is 5.6.0.

      7. Rollback. If anything goes wrong, roll back to the backup snapshot.

    View comments on this page at openacs.org
    + desired packages in a second pass.

  4. On the next screen, click Install Packages

  5. When prompted, restart the server:

    [root root]# restart-aolserver $OPENACS_SERVICE_NAME
  6. Wait a minute, then browse to the package manager, http://yourserver/acs-admin/apm.

  7. Check that the kernel upgrade worked by clicking All and making sure that acs-kernel version is 5.7.0.

  • Rollback. If anything goes wrong, roll back to the backup snapshot.

  • View comments on this page at openacs.org