Hi can help me please, have next error
2021-03-04 15:14:23 INFO: Successfully released change log lock
2021-03-04 15:14:23 ERROR: Main method error - Error during testing for MySQL/MariaDB JDBC driver bug: could not retrieve JDBC metadata information for temporary table 'TMP_ATQNDEWDUGYKVQXA' - UnexpectedLiquibaseException (... < DataManager:293 < *:86 < Context:289 < Main:120 < ...)
2021-03-04 15:14:49 INFO: HikariPool-1 - Starting...
2021-03-04 15:14:53 WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2021-03-04 15:14:59 INFO: HikariPool-1 - Start completed.
2021-03-04 15:15:09 INFO: Clearing database change log checksums
2021-03-04 15:15:10 INFO: Successfully acquired change log lock
2021-03-04 15:15:10 INFO: Successfully released change log lock
2021-03-04 15:15:10 INFO: Successfully acquired change log lock
2021-03-04 15:15:10 INFO: Can not use class liquibase.parser.core.json.JsonChangeLogParser as a Liquibase service because org.yaml.snakeyaml.constructor.BaseConstructor is not in the classpath
2021-03-04 15:15:10 INFO: Can not use class liquibase.parser.core.yaml.YamlChangeLogParser as a Liquibase service because org.yaml.snakeyaml.constructor.BaseConstructor is not in the classpath
2021-03-04 15:15:12 INFO: Reading from topsatgp_topsat.DATABASECHANGELOG
2021-03-04 15:15:13 INFO: Reading from topsatgp_topsat.DATABASECHANGELOG
2021-03-04 15:15:14 ERROR: Change Set changelog-4.7::changelog-4.7::author failed. Error: Migration failed for change set changelog-4.7::changelog-4.7::author:
Reason:
./schema/changelog-master.xml : Index Exists Precondition: user_device_user_id : Error during testing for MySQL/MariaDB JDBC driver bug: could not retrieve JDBC metadata information for temporary table 'TMP_TTNIEAQQCNNUUQTJ'
I have mysql 8 default innodb
What version of Traccar are you using?
I upgrade from 3.16 to 4.11
OK. Then I'm not sure what the issue is. It looks like liquibase is returning the error.
befor error
2021-03-04 13:05:33 INFO: Marking ChangeSet: changelog-4.1::changelog-4.1-mssql::author ran despite precondition failure due to onFail='MARK_RAN':
./schema/changelog-master.xml : DBMS Precondition failed: expected mssql, got mysql
That's not an error. That's expected.
sorry server is using MyISAM
That's exactly the problem then.
why, can help me for understand? regards
Hi can help me please, have next error