TeamCity 2020.1 Help

TeamCity Data Backup

TeamCity provides several ways to back up its data:

Restoring data from backup is performed using the maintainDB tool.

Backing up Data

TeamCity allows backing up the following data:

The data to be backed up can be configured using the backup scope options when using the TeamCity Web UI or via additional parameters for the maintainDB command-line tool.

The following data is not included into backup:

  • Build artifacts (because of their size). These include explicit build artifacts and internal artifacts storing coverage report, finish build parameters, settings digest, and so on. If you need the build artifacts, please also back up the contents of artifacts directories manually.

  • For backup taken from UI: running builds and build queue state. If you want to back up these, use the command line maintainDB tool while the TeamCity server is not running.

  • TeamCity application manual customizations under < TeamCity Home >, including used server port number which are stored in < TeamCity Home >/conf/server.xml file.

  • TeamCity application logs (they also reside under < TeamCity Home >/logs)

  • Any manually created files under < TeamCity Data Directory > that do not fall into previously mentioned items.

The recommended approach is either to perform the backup process described under Manual Backup and Restore or run a backup from the web UI regularly (for example, automated via REST API) with the "Basic" level – this will ensure backing up all important data except build artifacts and build logs.

Build artifacts and logs (if necessary) can be backed up manually by copying files under .BuildServer/system/artifacts (prior to TeamCity 9.0 in .BuildServer/system/messages ).

Note that for large production TeamCity installations, exporting and importing of data from/to the database may not be an optimal solution and maintaining database backup via replication might be a better option; for example, see the corresponding documentation for MySQL database.

Last modified: 29 July 2020