traccar not starting on a fresh installation

Anton Tananaev6 days ago

Well, it doesn't mean that it's the same type of database. In fact based on your logs I'm pretty certain you're using the default H2 database.

unknown6 days ago

ok , my bad so .. how do I fix this ? how can I run that "'UPDATE DATABASECHANGELOGLOCK SET locked = 0'

Sorry if I am bothering you so much

thank you in advance

Anton Tananaev6 days ago

You should probably figure out what caused it and fix any database consistency issues before unlocking. But to run the SQL you can connect to the database using any JDBC client. H2 has one on their website, but any other also works.

unknown6 days ago

the reason ? In my infinite wisdom decided to update the application. ...
so I downloaded the new package from your site and runned the installer after stopping the old instance....

as per your how to guide.... and now this :D

Anton Tananaev6 days ago

Something tells me that you did not follow the upgrade instructions. Especially the first point there if didn't even know what type of the database you were using.

There are many things that can go wrong in an upgrade, but the two most common things just for the sake of example:

  1. The server was in the process of database migration, but was interrupted (restarted) by the user who thought it was stuck.
  2. The database is too large and migration queries timeout or service status timeout.
unknown6 days ago

aha... I see , I just ignored the rest on the first element being true.

If you are using version 3.3 or later, you can upgrade directly to the latest version of Traccar. (True ) --> Exit didn't read further though :F
If you're using an older version, please check details at the bottom of this page first. ( False )

Anton Tananaev6 days ago

Do you mean you ignored the "upgrade process" steps themselves?

Even if this is true:

If you are using version 3.3 or later, you can upgrade directly to the latest version of Traccar.

You still have to follow the steps, right?

unknown6 days ago

Yeah I f'ed up :D

anyway I will rebuild it :D