No data after pulling docker image

Damian2 years ago

Hello!

After performing the container update (5.2 to 5.3) (docker-compose down, docker-compose pull, docker-compose up -d), all data disappeared.
The default login and password admin:admin is working again and there are no added devices. Is this normal?

Anton Tananaev2 years ago

What database are you using?

Damian2 years ago

services:
db:
image: mysql:8.0.20
container_name: db

Anton Tananaev2 years ago

Does the database still have all the data?

If yes, it means your Traccar instance is not using it.

If not, it means you recreated the database as well.

Damian2 years ago

I check it and let You know. Thank You Anton.