Rebuilding Teamcity from mysqldump?
Server hosting `teamicty 6.0` died, all I have is a mysqldump full backup (with schema) of the teamcity Database that was taken days before it died.
Any insights into what can be rebuilt from the mysqldump?
Please sign in to leave a comment.
First of all, please take into account that you are using an extremely old version. Instructions for backups and restore are here: https://confluence.jetbrains.com/display/TCD6/Manual+Backup+and+Restore
TeamCity stores configuration in the data directory, and build, test and history data, as well as user data in the database. You will be able to restore the data, but if the data directory cannot be recovered, you will likely lose all project and build configurations, rendering that information relatively useless.