Lost configuration after docker pull update #3470
Unanswered
Bertels999
asked this question in
Q&A
Replies: 2 comments 3 replies
-
This just measn you didn't configured volumes correctly on your docker-compose file. Could you paste your docker-compose file here please? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sure and thank you! changed the extension to txt otherwise it would not upload. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever I update ZWaveJSUI (installed using docker on my raspberry pi), I use the method described here: #2748.
Basically, it boils down to : docker-compose pull && docker-compose up -d
The big disadvantage of this approach is that I must configure ZWaveJSUI from scratch and that it starts scanning all the devices again rebuilding the nodes. Is there an easier way, so that, at least, the existing configuration is reused so that I don't have to reconfigure ZWaveJSUI again?
It would also be useful that the documentation point out how to update to a new version. This topic is currently lacking.
Regards Bert
Beta Was this translation helpful? Give feedback.
All reactions