How to read files from store inside docker volume #3482
-
Hi After a power cut my SD card that I was using to run ZWave JS on a Pi is no longer bootable. but I can still read the files off it. I've installed ZWave JS on a fresh card and my zwave controller still sees all my zwave devices but I've lost all the name and scene. Is there a simple way to copy the store from my old SD card into my new installation? I’m using docker compose, this is my config at the moment which is basicly the same as the old one:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Docker volumes are usually located under |
Beta Was this translation helpful? Give feedback.
-
In order to read files from the volume, start the docker file and run:
This will copy volumes files inside the folder from where you are running the command |
Beta Was this translation helpful? Give feedback.
-
Hi But that's my problem, I can't do that as I can't boot the card to run docker |
Beta Was this translation helpful? Give feedback.
Docker volumes are usually located under
/var/lib/docker/volumes
. You may find the store files in there.