Comment on page
Backup method with Docker Desktop for Windows
Following steps tends to be general backup steps for any Docker Desktop installation.
- Your Docker Desktop is up & running without any issues
- Your node instance is running flawlessly without any troubles inside locally operated Docker Desktop for Windows
- You are not hosting your node inside any remote machine or VPS machine
Open following path in Windows Explorer (WinKey+E shortcut) or Run (WinKey+R shortcut):
\\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\presearch-node-storage\_data\.keys

Example of the output for Windows
Copy identity keys (public key) id_rsa.pub and (private key) id_rsa into any other folder of your choice where you would like to store your node's identity
If you have several nodes, perhaps consider to organize files or folders so that you would be able to idenity later which node backup files are related to specific node.
Last modified 2mo ago