Hi,
I install 3.10 in a new folder and everything seems to be well installed. Server starts correctly in localhost:8082 with no devices. Then I copy&past the two database files from my old folder (Traccar 3.8) to Traccar 3.10/data but then after restart traccar service localhost:8082 doesn't start.
What is wrong with this process?
I need to keep my old data. I appreciate any help.
Regards,
Bruno
My error log tells me:
PM: liquibase: Waiting for changelog lock....
It means that you stopped the service during database migration, which left database in locked and potentially corrupted state. You need to either restore it from backup and try again, or manually fix the schema.
Hi,
I install 3.10 in a new folder and everything seems to be well installed. Server starts correctly in localhost:8082 with no devices. Then I copy&past the two database files from my old folder (Traccar 3.8) to Traccar 3.10/data but then after restart traccar service localhost:8082 doesn't start.
What is wrong with this process?
I need to keep my old data. I appreciate any help.
Regards,
Bruno