Database troubles

Rodrigo7 years ago

Hello!!

I'm using the newer version of Traccar.
I'm in troubles wen database file reach 1 gb. When it happens, traccar server doesn't start and the log file show memory heap limit message. The unique solution is delete this file and create again all users and pass.

The question is: how can I config it to delete old data (45 days max)

I'm not using MySQL, I'm just using it without modifications (just installed traccar)

Thanks in advance and greetings!!

Anton Tananaev7 years ago

You should never use default H2 database in production.

Rodrigo7 years ago

Thanks, I'll try to change to MySQL....

Greetings!!