Moving existing setup to new hardware / computer #4653
|
Hi, I didn't find anything in the docs about migrating to a new computer. I only found hints for changning the controller within the same machine. For my scenario: Would it be suitable to recursively copy the store folder to it's new location, plug the Z-Wave stick to the new hardware, make it visible in the VM and then just install the docker container on the new hardware pointing to this copied directory? My current store folder looks like this: I also did backups of the nodes, the config and the controller's NVM via advanced settings in the GUI (hamburger on bottom right) as well as an export of the GUI settings (via the hamburger menu on the top left) So would it be enough to just copy the store folder to the new location and configure the docker compose file to point to it? Thanks a lot in advance for your help! |
Replies: 1 comment 1 reply
yep, the most important files are store and nvm backup, nvm is not required but just safe to have in case controller corrupts for whatever reason. The store essentially have all your settings and nodes caches while nvm is the controller memory backup |
yep, the most important files are store and nvm backup, nvm is not required but just safe to have in case controller corrupts for whatever reason. The store essentially have all your settings and nodes caches while nvm is the controller memory backup