Cheat sheet for upgrading in place

2 views
Skip to first unread message

Anthony Shortland

unread,
Feb 8, 2008, 4:31:24 PM2/8/08
to ControlTier
The recent release of ControlTier 3.1-rc2  (http://sourceforge.net/forum/forum.php?forum_id=781458) to Sourceforge has prompted a flurry of upgrade activity. The process of "upgrading in place" has improved significantly over recent releases and I thought I'd document the steps here for anyone contemplating taking it on for an existing project:

0. Preparation

Please take the precaution of backing up your $CTIER_ROOT directory, committing any ProjectBuilder source changes you might have, and using the "Create Archive" function of the Workbench administration page to safeguard a copy of your project(s) before starting.

1. Software upgrade

After shutting down Workbench and Jobcenter, upgrade the ControlTier software on your ControlTier server following the installation process documented on Open.ControlTier (http://open.controltier.com/Docs/installer-install.html). Many of the steps will be redundant, but you can still follow the process to safely overwrite and supplement your existing installation. Make sure you make any site-specific "default.properties" changes that may be necessary. Once the installation process is complete, you'll have an updated ".ctierrc" in place, so make sure to restart Workbench and Jobcenter from a new shell.

Follow the client-only software installation process to upgrade any client systems you may have in the same manner.

2. Base seed upgrade

Each release of the ControlTier software comes with an updated set of base modules. These are automatically utilized when new projects are created, but existing projects need to be explicitly upgraded. The software upgrade process places the base seed archive on the ControlTier server's WebDAV at http://localhost:8080/webdav/seeds (or wherever you're running the server). With your project selected in Workbench, use the administration page's "Import Seed" function to load the "base-seed.jar" file. You'll need to repeat this for each active project in Workbench.

(Note that you can also use ProjectBuilder's "load-library" command to upgrade the base seed).

3. Module upgrade

The final step is to bring the server and client nodes' Antdepo module cache into line with the newly updated project(s). The cleanest way to do this currently is:

  • Remove  the depot's module library cache (e.g. "rm -rf $ANTDEPO_BASE/depots/myproject/lib").
  • Re-create the project's depot structure (e.g. "depot-setup -p myproject -a create").
  • Re-install the project's deployments (e.g. "depot-setup -p myproject -a install").

Note that this approach leaves your project's deployment working files (under "$ANTDEPO_BASE/depots/myproject/deployments") completely untouched. In fact you can safely apply this upgrade while your application deployments are running.

Thanks,

Anthony.


Reply all
Reply to author
Forward
0 new messages