すべてのバージョン
Fisheye 4.2 ドキュメントFisheye 4.1 ドキュメント
Fisheye 4.0 ドキュメント
その他...
This page describes the process for migrating FishEye between servers.
If you have defined the FISHEYE_INST
Environment Variable, then upgrades and migrations of your FishEye instance will be relatively simpler.
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.
FISHEYE_INST
1) Shut down your current FishEye server completely.
2) Copy the FISHEYE_HOME/config.xml
file and FISHEYE_HOME/var
folder into to one folder on your destination server, called fisheye_inst
.
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
env variable such as follows
export FISHEYE_INST=/path/to/fisheye_inst
replacing the /path/to/fisheye_inst
with the fully qualified path to the fisheye_inst
folder you set up 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.