Lemon
IImmich
•Created by Lemon on 1/14/2025 in #help-desk-support
I want to migrate my docker volume to a local folder
using backup and restore I was able to do it, thanks.
11 replies
IImmich
•Created by Lemon on 1/14/2025 in #help-desk-support
I want to migrate my docker volume to a local folder
why does it need to be done that way because I know in the v1.102.0 release notes it just says
I want to migrate my docker volume to a local folder
Unfortunately there isn't a "proper" way to export a docker volume.
The recommended method is to mount the volume and the directory (you want to copy your data to) to an arbitrary container, get a shell inside that container and copy the folder manually.
then update the compose and env file
11 replies