best way to archive / delete positions and log

DeZ8 years ago

Hello,

I use Traccar with around 250 devices and my database enlarge quickly

My device insert around 10000 positions by day.

What is the best way to archive or delete positions and log automaticly ?

For your information i use mysql

Thanks

Anton Tananaev8 years ago

There is a configuration parameter for removing old data. Alternatively you have some external script to archive/remove old data.

DeZ8 years ago

ok thanks

can you tell me what is the parameter and where can i found external scripts

Anton Tananaev8 years ago

Please read official documentation.

As for external script, you would have to write it yourself or find somewhere.

DeZ8 years ago

ok i search in documentation

i can delete directly in database ? ex : delete from positions where ....

Anton Tananaev8 years ago

I don't see why not. Just make sure you don't delete positions that are referenced from the devices table.