John Miller
John Miller

Reputation: 513

How would I change the database of a running teamcity?

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

Answers (1)

user2201501
user2201501

Reputation:

if you already have a database with teamcity data elsewhere:

  1. shutdown TC server
  2. modify /config/database.properties to point at new db
  3. restart server

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

Related Questions