To downgrade a patch on your TeamForge site using the Zypper installer, you need to specify the version of the patch release to which you're
downgrading.
-
Stop TeamForge.
-
/etc/init.d/apache2 stop
-
/etc/init.d/postgresql stop
-
/etc/init.d/collabnet stop
-
Run the downgrade command.
For example, to downgrade from patch level 2 to patch level 1 of build #118 of TeamForge, here's the command:
- zypper install teamforge-sles-6.1.1.1-118
To downgrade from patch level 1 to patch level 0 of build #118, here's the command:
- zypper install teamforge-sles-6.1.1.0-118
Note: During the downgrade, the site-options.conf file is automatically backed up into /opt/collabnet/teamforge-installer//6.1.1.0/conf.
-
Recreate the runtime environment.
- cd /opt/collabnet/teamforge-installer/6.1.1.0
- ./install.sh -r -n -V -I -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.