Red Hat 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 Red Hat.

  1. Stop TeamForge.
    • /etc/init.d/httpd stop
    • /etc/init.d/postgresql-9.0 stop
    • /etc/init.d/collabnet stop
  2. Install the TeamForge application.
    • yum install teamforge
    Tip: If the yum installer balks, you may have duplicate rpm packages.
    1. Get the yum-utils package, if it isn't already installed.
      • yum install yum-utils
    2. Check for duplicate packages.
      • package-cleanup --dupes
    3. Clean up the older packages, if any.
      • package-cleanup --cleandupes
    4. Rerun the yum installer.
      • yum install teamforge [options]
  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