Clear Reverse Geocoding Cache & Data

heavenlyangel 3 years ago

Is there a way to clear the reverse geocoding cache and any reverse geocoding Traccar may have stored? I have a new location provider and I want to remove the old data.

Anton Tananaev 3 years ago

There's no persisted cache.

The only data that's stored is the old address information. If you remove it, you won't have any address info for the old data.

heavenlyangel 3 years ago

How do you remove the old address information?

Anton Tananaev 3 years ago

You can remove the data from address column from the tc_positions table.

heavenlyangel 3 years ago

Thank you