Migration from internal HSQLDB to MySQL
Hi community!
I have a problem with migrating from (the internal) HSQLDB to MySQL. There is no database.properties file in the config folder that I can specify in the migrateDB.cmd command
migrateDB.cmd migrate -S ??? -T newpropertiesfile
How would I specify this?
Any help is appreciated!
Markus
Please sign in to leave a comment.
Got it.
I need to specify the data directory through an environment variable:
SET TEAMCITY_DATA_PATH=c:/.Buildserver
Maybe a small console output could help in the future?! ("either specify the -S file "OR" set the environment variable...")
Markus