TeamCity Migration Error
Just did a fresh install (numerous times on several machines) and I'm still getting errors on the export. I'm not exactly sure what setting I have wrong. I've attached my dbMigration.properties fiels and the two log fiels that were created from the migration.
I've read this article (http://www.jetbrains.net/devnet/message/5243148), but am not even getting past the export phase.
Attachment(s):
teamcity-server.log.zip
teamcity-dbmt.log.zip
dbMigration.properties.zip
Please sign in to leave a comment.
Matt,
the internal (HSQL) databse url should contain a data file specification with file name but without '.data' suffix.
Please, find the '.data' HSQL file in your file system and specify it path and name in the sourceURL property.
For example, if you have found the file as
C:\TeamCity\.BuildServer\system\buildserver.data
this property should be
sourceURL=jdbc:hsqldb:file:C:/TeamCity/.BuildServer/system/buildserver
Best regards!
Leonid
That did the trick. Thanks for explaining it; I just didn't understand the source path completely.