Не запускается traccar со старой базой данных.

Ilyuha3 years ago

В один момент база достигла порядка 8 Гигабайт и traccar перестал запускаться. Установлен на Windows. Может есть какие то способы почистить эту БД чтобы не потерять данные о пользователях и устройствах?

Ilyuha3 years ago

Good afternoon. At one point, the database reached about 8 gigabytes and traccar stopped running. Installed on Windows. Maybe there are some ways to clean this database so as not to lose data about users and devices?

Anton Tananaev3 years ago

What database are you using?

Ilyuha3 years ago

database.mv.db

Ilyuha3 years ago

The database is the one that is installed by default on the Windows version of trccar-server.

Anton Tananaev3 years ago

We don't recommend using H2 database for production. You should really migrate to something like MySQL.

Ilyuha3 years ago

In the future, I will switch to MySQL. Is there anything that can be done with this database so that it is not lost?

Anton Tananaev3 years ago

If it's not corrupted you can try to migrate to MySQL. There are some threads about it on the forum.

Ilyuha3 years ago

Thank you very much. Now I'll look.