Forum OpenACS Q&A: Re: No Option for Automatic Upgrade for OpenACS 5.1.5 to 5.2.x

Hi Patrick,

We've just done this upgrade in development and are about to make the changes on production.

The way we did it:

Download the latest version of dotLRN 2.2.0 from the downloads page. Install the whole thing in development and test it. We found that we had a version of tcl that wasn't compatible with some parts (8.5a-something).

Then merge any custom changes you have made to the code base with the new install. Test this, fix any problems.

Not sure if this is neccesary but we split the upgrade into two parts. Firstly the OpenACS packages and then the dotLRN packages.

We overwrote the existing OpenACS packages in the file system with the new, merged ones and did an install packages from http://myserver/acs-admin/apm.

We then did the same with the dotLRN packages.

It's not that difficult when you get the hang of it.

Hope this helps.
Matthew