If you have defined the FISHEYE_INST
Environment Variable, then upgrades and migrations of your FishEye instance will be relatively simpler.
If you have defined FISHEYE_INST
1) Shut down your current FishEye server completely.
2) Copy the FISHEYE_INST directory to your destination server.
3) Copy and set up all of your Environment Variables from your source server to your destination server (remembering to set up your FISHEYE_INST
directory to point to the location where you copied the data to in Step 2).
4) Install FishEye on your destination server.
5) Start FishEye. It should pick up your environment variables, and from that access your FISHEYE_INST
directory, which contains your configuration.
If you have not defined FISHEYE_INST
but would like to set it up
1) Shut down your current FishEye server completely.
2) Copy the following three items into to a new folder on your destination server (for example, fisheye_inst
):
<FishEye home directory>
/config.xml
<FishEye home directory>
/var<FishEye home directory>
/cache
3) Copy and set up all of your Environment Variables from your source server to your destination server. In addition to this, set up the FISHEYE_INST
environment variable as follows, replacing the /path/to/fisheye_inst
with the fully qualified path to the fisheye_inst
folder you set up in Step 2:
export FISHEYE_INST=/path/to/fisheye_inst
4) Install FishEye on your destination server.
5) Start FishEye. It should pick up your environment variables, and from that access your FISHEYE_INST
directory, which contains your configuration.