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.
You should check the changelogs for the database and see it there are any conflicting changes.
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_positionstable.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_positionstable?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.