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.
-
Stop CollabNet
TeamForge
.
-
/etc/init.d/httpd stop
-
/etc/init.d/collabnet stop
-
/etc/init.d/postgresql stop
-
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.
-
Uninstall CollabNet
TeamForge
.
-
cd <installation_source>
-
./install.sh -u -d
<SITE_DIR>
-
Remove the original installer package.
-
sudo rpm -e TeamForge-installer-<release-number>-180
-
Remove the original installer.
-
sudo rm -rf /var/ops/teamforge-installer
-
Deploy the new installer.
-
sudo rpm -ivh --prefix=/var/ops
/home/svd/TeamForge-installer-<release-number>-181.noarch.rpm
-
Copy the site-options.conf file into the new
/conf directory.
-
Start the application services.
-
/etc/init.d/collabnet start all