Open dapplion opened 3 years ago
So, I had this idea. We could just run:
const source: str = "Volume1";
const target: str = "/some/path";
await shell(`docker run -v ${source}:/source -v ${target}:/target alpine cp -a /source/. /target`);
After this we could just restart container with the new volume and delete the old one. Also, this command doesn't care whether source or target are named volumes or just paths.
Issue is tracked in part with #906. Additionally, we can discuss whether to add migration strategy for DAppNodes without LVM.
To prepare a good strategy for users to update their available disk space, we must review the existing mountpoint feature.
Key entrypoints: