Traccar supports long value for IDs.
Hi Anton,
Thanks
So i migrate id column in bigint(20) type and also column positionid of tc_events, tc_devices
Plz include this change to next version of traccar.
Have a good day
Bye
Hi DeZ,
Can you please describe that how you managed to do the transformation from int to bigint?
Hi Martin
I do all with traccar service turned off
You need to rename tc_positions table in other name and recreate new table position with bigint for id column
And then modify column type of positionid in tc_events and tc_devices
After you move, i do it day by day, data from old tc_positions table in new tc_positions table, if you need it.
See beelow thread explain this
Thanks for your reply. We will surely give it a try.
Hi,
I have big trouble with TRACCAR this morning.
ID of tc_positions table reach max value of int mysql field (2147483647)
Im going to modify the field to BIGINT.
Can you tell me if TRACCAR service will support BIGINT ?
Thanks