Different Database

gioramies9 years ago

Hi.
I'm using and old version of traccar server with my own database structure in MySql, and just need the traccar server to insert positions (and to send commands). What do I need to change in the config (traccar.xml), to use the new server 3.x with only the features that I need?

Thank you.

Anton Tananaev9 years ago

You can remove all SQL queries from the config except database.selectDevicesAll and database.insertPosition.

Anton Tananaev9 years ago

Also you can set web.enable to false to disable web interface.

gioramies9 years ago

Thank you.