Index: openacs-4/packages/acs-core-docs/www/upgrade-4.6.3-to-5.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/upgrade-4.6.3-to-5.html,v diff -u -r1.19.2.2 -r1.19.2.3 --- openacs-4/packages/acs-core-docs/www/upgrade-4.6.3-to-5.html 3 Sep 2021 09:15:36 -0000 1.19.2.2 +++ openacs-4/packages/acs-core-docs/www/upgrade-4.6.3-to-5.html 13 Jul 2023 12:43:23 -0000 1.19.2.3 @@ -3,7 +3,7 @@ how to upgrade an Oracle installation from OpenACS 4.6.3 to 5 . -
PostGreSQL. You must use PostGreSQL 7.3.x or newer to upgrade OpenACS beyond 4.6.3. See Upgrade PostGreSQL to 7.3; Table 2.2, “Version Compatibility Matrix” +
PostgreSQL. You must use PostgreSQL 7.3.x or newer to upgrade OpenACS beyond 4.6.3. See Upgrade PostgreSQL to 7.3; Table 2.2, “Version Compatibility Matrix”
Upgrade the filesystem for packages/acs-kernel. the section called “Upgrading the OpenACS files”
Upgrade the kernel manually. (There is a script to do most of the rest: /contrib/misc/upgrade_4.6_to_5.0.sh on HEAD). You'll still have to do a lot of stuff manually, but automated trial and error is much more fun.)
[root root]#su - $OPENACS_SERVICE_NAME
[$OPENACS_SERVICE_NAME aolserver]$cd /var/lib/aolserver/ $OPENACS_SERVICE_NAME/packages/acs-kernel/sql/postgresql/upgrade
Manually execute each of the upgrade scripts in sequence, either from within psql or from the command line with commands such as
. Run the scripts in this order (order is tentative, not verified):
psql -f upgrade-4.6.3-4.6.4.sql $OPENACS_SERVICE_NAME