Update to 5.10

Gabriel2 years ago

Hello, after installing 5.10, adding my conf files y get this error, any idea what it can be?

2023-12-02 20:03:25 ERROR: ChangeSet changelog-5.6::changelog-5.6::author encountered an exception.
2023-12-02 20:03:25 ERROR: Main method error - Duplicate column name 'motionstreak' - SQLSyntaxErrorException (... < DatabaseModule:96 < <gener:-1 < *:-1 < ... < MainModule:126 < ...)
2023-12-02 20:03:25  WARN: JNA: Callback org.traccar.WindowsService$ServiceMain@457c9034 threw the following exception - Duplicate column name 'motionstreak' - SQLSyntaxErrorException (... < DatabaseModule:96 < <gener:-1 < *:-1 < ... < MainModule:126 < ...)
Anton Tananaev2 years ago

Why "conf files" plural?

Gabriel2 years ago

Just traccar.xml

Anton Tananaev2 years ago

The error indicates that something went wrong with the database migration. You should restore the database and try again. If it doesn't help, you would have to check the database schema manually to see why it's broken.

Gabriel2 years ago

This is my test server, i get the DB from the live one, if i keep the Traccar Version it works just fine, when i switch to 5.10 i get those errors.

Gabriel2 years ago

Thanks for your time Anton, i recover the DB from 0 and its working just fine.