What database are you using?
services:
db:
image: mysql:8.0.20
container_name: db
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.
I check it and let You know. Thank You Anton.
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?