SuSE help


Install a different build of the same release

You can uninstall the current release and install a new build of the same CollabNet TeamForge release without touching your site's data.

Replacing an instance of TeamForge with a new build of the same release on the same hardware is known as "point upgrading."

Point upgrading is a partial application of the process for upgrading to a new release. For comparison, see Upgrade to TeamForge 6.1.1 on SuSE.

  1. Stop TeamForge.
    • /etc/init.d/apache2 stop
    • /etc/init.d/postgresql stop
    • /etc/init.d/collabnet stop
  2. Install the TeamForge application.
    • zypper install teamforge-sles
  3. Run the installer.
    • cd /opt/collabnet/teamforge-installer/6.1.1.0
    Note: Make sure the token SCM_DEFAULT_SHARED_SECRET is present in the site-options.conf.
    • sudo ./install.sh -r -I -V
  4. Start TeamForge.
    • /etc/init.d/collabnet start