Questions

Victor Vitalino7 years ago

I have some questions about the postcar traccar.

Does tracing work well with postgresql? Some forums have noticed that the web interface does not work with postgre.

For installation is it necessary to create the entire database and tables in postgresql? Or does the application itself do this in your installation?

Reading on some forums I found that the staff used mysql more as the main DB. Is this the official recommendation? Which version of mysql is the most recommended?

The basic installation of the traccar already comes in the H2, for production she has problems? Or is it really necessary to use another bank in production?

Thanks for the answers.

Anton Tananaev7 years ago

It should work fine. Note that last release might have some compatibility issues, so I would recommend to try previous one.

You need to create database, but Traccar will create tables for you.

Yes, MySQL is official recommendation. It showed much better performance with Traccar.

Don't use H2 for production. It slows down with large amounts or data and frequently gets corrupted.