To downgrade a patch that you have installed on your TeamForge site, run the patch installer from the
directory corresponding to that patch.
-
Stop TeamForge.
-
/etc/init.d/apache2 stop
-
/etc/init.d/postgresql stop
-
/etc/init.d/collabnet stop
-
Change to the install directory for the patch you want to revert.
For example, if you are reverting from patch 3:
-
cd /opt/collabnet/teamforge-installer/6.1.1.3
-
Run the patch installer with the appropriate level flag.
-
./patch-install.sh -d /opt/collabnet/teamforge -l
<single-digit number of patch you are downgrading to>
-V
For example, to downgrade to the base installation with no patches:
-
./patch-install.sh -d /opt/collabnet/teamforge -l 0
-V
-
Copy the site-options.conf file from the backup directory
back to the installation directory for your new patch level.
- cd /opt/collabnet/teamforge-installer
- cp 6.1.1.0-backup/conf/site-options.conf 6.1.1.0/conf/
-
Recreate the runtime environment.
- cd /opt/collabnet/teamforge-installer/6.1.1.0
- ./install.sh -r -n -V -d /opt/collabnet/teamforge
-
Start TeamForge.
-
/etc/init.d/apache2 start
-
/etc/init.d/postgresql start
-
/etc/init.d/collabnet start
-
Verify that the patch was reverted.
-
Log onto the site as a site administrator.
-
On the Admin tab, click System
Tools.
-
Click Build Information and observe which
patches are present.