Docker Backup, activation data gone

Hello, i am testing the backups of my deployment of Chirpstack with Docker, what i do is copy the data from Postgres and Redis volumes, (stopping the container before the copy).

As you can see on the screenshots the activation data is gone when i recover the backup, the first one is the working server, and the second one is the restored instance;

Same Device EUI, but the activation information is gone.

Is there something that am i doing wrong? or missing something?

How can i do a backup wich includes the activation data?

Thanks!

Are the servers the same version? The session keys were moved in 4.7 so if the versions were before and after it that would happen.

If thats not the issue what is your backup process, do you pg_dumpall the psql database and copy the redis dump.db?

which api rest are you using?

No, they are on different versions but i dont know how to check the version number, on docker it only says chirpstack/chirpstack:4, both are in version 4 but i dont know how to get more info.

How can i get the version number?

Yes, i stop the containers, copy redis database from the volume and pg_dump the postgres database.

Thanks!

The captures are from Swagger UI

I believe chirpstack:4 will only bring you to 4.6 (before the session key move). But if you enter your container with sudo docker exec -it <container-name> sh you can run chirpstack --version to tell the version.