Hi,
I have two servers one which I am running as backend and other as a frontend server, One seeerver receive data from devices and forward it to frontend server through forward.url, Is thre any option if I can only forward data without saving it in default db of traccar as it is getting heavy as time passed although I am using database.positionsHistoryDays
but still is there any other option ?
If you're using an older version of Traccar, you can customize the SQL query to not write anything into the database.
Hi,
I have two servers one which I am running as backend and other as a frontend server, One seeerver receive data from devices and forward it to frontend server through forward.url, Is thre any option if I can only forward data without saving it in default db of traccar as it is getting heavy as time passed although I am using
database.positionsHistoryDays
but still is there any other option ?