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
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.
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
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:
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 )
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?
Yeah I f'ed up :D
anyway I will rebuild it :D
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.