ewilde / crane

Crane creates builds scripts so you don't have to
http://blog.cranebuild.com
Apache License 2.0
6 stars 2 forks source link

[teamcity] update teamcity to use external db #81

Open kevholditch opened 9 years ago

kevholditch commented 9 years ago

At the moment TeamCity is using it's internal database. This is not recommended by JetBrains.

We should install an external db (MySql as it's free?) and configure TC to use that instead Instructions:https://confluence.jetbrains.com/display/TCD9/Setting%20up%20an%20External%20Database

This would also enable us to be able to upgrade TC more easily as we wouldn't lose any build information.