succeeding migrations fail after failed migration
Hi all,
I was following the steps to setup a build server with TeamCity http://blog.briandicroce.com/2008/03/24/part-ii-setting-up-our-build-server-with-teamcity/
On the last step(step 7.9 - migration), i followed the instructions, unfortunately when I accidentally pressed a typo, script started to run and I pressed ctrl+c, to stop the process. Redid the last step carefully this time but everytime it just gives me this error "and was unexpected at this time".
Any ideas?
Please sign in to leave a comment.
Kris,
which version of TeamCity did you try to install?
TeamCity 4.5.5
Kris,
the answer on your question depends on what kind of error is reported by the migration script. The most probably it says that the target database is not empty (because the migration script already created tables when you started it first time). If yes, in order to continue this migration you have to drop all tables from the target database.
Which database type you're migrating to?