Backup Hub 1.0
With Hub versions 2.0 and later, you can create a backup of your database on the Backup Settings page. For instructions, see Backup.
For earlier versions, follow these instructions to create a backup manually.
To create a backup manually:
- Stop the Hub service. For more information, see Stop and Start the Hub Service.
- Create an empty directory where you want to store the backup.
- In the directory, create two subdirectories:
- Copy the contents of the
conf
directory that are used by the existing Hub service to theconf
directory in the prepared backup location. - Copy the contents of the
data
directory that is used by the existing Hub service to thedata
directory in the prepared backup location.- For a ZIP distribution, the
data
directory is located in the installation directory (the target directory where the ZIP installation packages was extracted). If the default data directory was changed during installation, thedata
directory is found in the set location. If you don't know where the data directory is located, open the configuration fileinternal\bundle.properties
in theconf
directory. The current path to thedata
directory is set in thedata-dir
parameter. - For an MSI distribution, the
data
directory is located in the%programdata%\JetBrains\Hub\
directory. If the default data directory was changed during installation, thedata
directory is found in the set location. If you don't know where the data directory is located, open the configuration fileinternal\bundle.properties
in theconf
directory. The current path to thedata
directory is set in thedata-dir
parameter.
The finished backup directory should be similar to the directory that is shown below:
- For a ZIP distribution, the
The resulting directory that contains the conf
and data
directories is a valid backup. The directory should not contain any other files or folders.
Last modified: 19 July 2017