All Versions
Fisheye 4.2 DocumentationFisheye 4.1 Documentation
Fisheye 4.0 Documentation
More...
You can use one of the following methods to create a zip archive of all FishEye configuration files:
fisheyectl script.The FishEye backup and restore procedure requires you to use the FISHEYE_INST system variable.
A backup and restore allows you to move your FishEye instance to another location or host. It also allows you to upgrade to another version of FishEye without losing any configuration or user data.
The following files will be backed up:
config.xmlfisheye.licensevar/data/data0.binNo repository cache data will be backed up.
$FISHEYE_INST/backup directory.The fisheyectl script takes a backup command and an optional filename for the backup archive. See Command-Line Options.
To restore from a backup:
$FISHEYE_INST directory.For example, say you have a backup_20060101120000.zip in /tmp and you have stopped FishEye, the restore procedure would be something like this:
$ cd $FISHEYE_INST $ unzip /tmp/backup_20060101120000.zip