Remove "database.changelog" from the config.
There is a not any database.changelog tag in traccar.xml.
What version are you using?
Hi Anton, thnks for reply.
I am using 3.4
Version 3.4 should have the parameter. If it doesn't, it means you changed the config from the original one.
Hi Anton,
One more thing, I am creating some custom solution,removed all the table and have only one position table.So can server work only with position table ? or have to use user and device table both.
Is there any condition which check that if device is exist or not then insert in position table.
As a minimum you need to have table with devices and a table with positions. Format of those tables doesn't matter that much. You can always put queries in the config.
Hi, When i start tracker server, it automatically creates tables, how can i stop this.