App Mover Script #3
-
Q: will this script move the entire docker/container manager to an ssd volume with no additional mucking around? If yes, then one just needs to move their container files and revise internal mapping to the new volume? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
Not yet. Container Manager also has an @docker folder on the volume. I will update the script to move @docker as well soon. |
Beta Was this translation helpful? Give feedback.
-
This would be a great addition as just getting ready to move my docker setup over to SSD, willing to be the guinea pig.. |
Beta Was this translation helpful? Give feedback.
-
I spent all yesterday adding and testing support for moving the @docker folder but had a few issues:
To solve issue 1 I changed the script to backup the @docker folder, and used rsync via SSH to copy the @docker folder to the new volume. But I didn't get around to changing the script to use rsync due to issues 2 and 3. For issue 2 I had to re-download each image which worked for the first two but then all the others failed with a network error. Also when I tried moving my docker shared folder via control panel it couldn't do it because I have immutable snapshots. I've disabled immutable snapshots and have to wait 7 days before I can delete them. I'm reluctant to delete all the changes I made, but don't understand docker enough to know what needs to be done. Thankfully I can more container manager back to volume 1 and restore the @docker backup and container manager works again. If anyone wants to try or test the changes you can download it here: https://github.com/007revad/Synology_app_mover/blob/test/move_docker_test.sh |
Beta Was this translation helpful? Give feedback.
-
I've released a new version moves docker, your image and containers. https://github.com/007revad/Synology_app_mover/releases/tag/v2.0.6 |
Beta Was this translation helpful? Give feedback.
-
Line 1560: ERROR Failed to stop Hyper Backup! |
Beta Was this translation helpful? Give feedback.
-
Just complete Container Manager move. Works great. Thanks! |
Beta Was this translation helpful? Give feedback.
I've released a new version moves docker, your image and containers. https://github.com/007revad/Synology_app_mover/releases/tag/v2.0.6