Upgrading FogBugz for Unix
Upgrading is very similar to an install. Follow these steps to upgrade your FogBugz installation to FogBugz 6.
These instructions assume your FogBugz installation is at /opt/fogbugz.
- Log on as root or issue the su command.
- Download the fogbugz-setup-php-[version].tar.gz file from the shop using your order number. Save this file in a temporary directory such as /tmp. The upgrade procedure will move the files to the correct installation point.
- tar zxf fogbugz-setup-php-[version].tar.gz
- cd fogbugz
- install.sh
This will run the install script, which will detect the existing installation and ask if you want to upgrade it. If yes, it will check that you have the system requirements before copying over important files from your old install and backing your old install up to fogbugz.1 (or fogbugz.2, etc).
