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 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 Install an advanced CollabNet TeamForge site.

  1. Stop CollabNet TeamForge .
    • /etc/init.d/httpd stop
    • /etc/init.d/collabnet stop
    • /etc/init.d/postgresql stop
  2. Make a copy of the site-options.conf file from the old installation.
    Note: Don't generate a new one with the generate-site-options.sh script.
  3. Uninstall CollabNet TeamForge .
    • cd <installation_source>
    • ./install.sh -u -d <SITE_DIR>
  4. Remove the original installer package.
    • sudo rpm -e TeamForge-installer-<release-number>-180
  5. Remove the original installer.
    • sudo rm -rf /var/ops/teamforge-installer
  6. Deploy the new installer.
    • sudo rpm -ivh --prefix=/var/ops /home/svd/TeamForge-installer-<release-number>-181.noarch.rpm
  7. Copy the site-options.conf file into the new /conf directory.
  8. Start the application services.
    • /etc/init.d/collabnet start all