Hey @arturol76,
We’ve actually changed the way we store persistent data, so now rather than keep it in /mnt/data/resin-data/
, we create a named volume which can be accessed at /mnt/data/docker/volumes/<APP ID>_resin-data/_data
. You can use balena volume ls
to see all named volumes.
I’ll add this info to our docs ASAP.