Move RQM Database
Accepted answer
Link in all jazz applications, the database connection is in the teamserver.properties file in serverInstallFolder/ccm/qm.
You have to adjust that to point to the new database after is is moved. I assume the server is down while you move the DB.
You have to adjust that to point to the new database after is is moved. I assume the server is down while you move the DB.
Comments
That means, that I have to edit the following line line in the teamserver.properties for qm only, all other applications remain where they are.
Here I need to set the absolute path to the new database instance. Right?
com.ibm.team.repository.db.jdbc.location=conf/qm/derby/repositoryDB
Yes. Note that there are more entries like com.ibm.team.repository.db.jdbc.* in there and the format is different for different DB's. Your example above is derby. For Oracle that will look different.