I solved the problem by changing the OS Language to English and running ups migrator Turkish language was causing the problem.
When I ran When I run mvn clean install dependency:copy-dependencies -DincludeScope=runtime I got the following error.
iquibase.exception.MigrationFailedException: Migration failed for change set 1.0.0.Final/initial-mysql.xml::013::generated: Reason: master.xml : liquibase.precondition.core.PrimaryKeyExistsPrecondition@6e35bc3d : Table 'unifiedpush.?nstallation' doesn't exist
I already have Installation table but If the language is Turkish it was trying to change letter i to uppurcase İ instead of I.
|