Reputation: 513
My Teamcity is installed on a AWS EC2 server and even the database is there. I want to move the Teamcity database to RDS, how would I change the database of a running teamcity?
Upvotes: 7
Views: 7679
Reputation:
if you already have a database with teamcity data elsewhere:
otherwise you will need to migrate the current database into a new empty database following the instructions at https://confluence.jetbrains.com/display/TCD10/Migrating+to+an+External+Database
Upvotes: 9