Anyone Upgraded Traccar with a Partitioned tc_positions Table?

Giovannic 2 hours ago

Hello,

I currently have Traccar v6.6 (January 11, 2025) running in production. Due to the high volume of position records (around 650,000 new records per day), I implemented table partitioning for the tc_positions table.

My question is: if I upgrade to a newer version, for example Traccar v6.14 (May 30, 2026), is there any risk that the database upgrade process could fail because of the partitioned tc_positions table?

Has anyone performed a similar upgrade with table partitioning enabled? Are there any specific precautions or migration steps that I should consider before upgrading?

Thank you.

Anton Tananaev 2 hours ago

You should check the changelogs for the database and see it there are any conflicting changes.