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