How can I upgrade a test database?
![]()
Michele Pegoraro (1.8k●12●116●103)
| asked Aug 29 '13, 3:35 a.m.
retagged Aug 29 '13, 4:55 p.m. by Amy Laird (165●1●4)
Hi,
I've a test database created with a launch configuration (called [SDK] Create RTC Test Database.launch) in order to debug the extensions on which I'm working on. It's in standalone mode so it contains both ccm and jts (or so I'm supposing).
Now my customer has upgraded his RTC infrastructure from version 3.0.1 to version 4.0.3. I'd like to maintain this debug database in order to not recreate the entities needed for some test (projects, build definitions and so on).
I've tried to set a teamserver.properties file pointing to this database and run the repotools -addTables for both CCM and JTS without any error but when I try to start it on debug mode I still have mismatch version errors.
Is there a way to upgrade this kind of database?
Thanks,
Michele.
|