Greetings!
A few months ago, I installed the Immich application but due to some errors that I wasn’t able to diagnose in-depth at the time, I ended up using the “ixVolume (Dataset created automatically by the system)”.
It’s now several months later, and I’m blocked from upgrading to the latest version unless I uncheck the “Use Old Storage Configuration (Deprecated)”, but I’m holding back until I migrate the data over to the new config. I have created the following directories:
root@vaultron[/mnt/pool/app-config/immich]# ls -laR
.:
total 37
dr-xr-x--- 5 root mark 5 Sep 28 00:01 .
dr-xr-x--- 21 mark mark 21 Jul 10 07:22 ..
drwxr-x--- 8 apps apps 8 Sep 27 23:57 data
dr-xr-x--- 2 root mark 2 Sep 28 00:01 migration
dr-xr-x--- 2 netdata docker 2 Sep 27 23:52 postgres-data
./data:
total 21
drwxr-x--- 8 apps apps 8 Sep 27 23:57 .
dr-xr-x--- 5 root mark 5 Sep 28 00:01 ..
dr-xr-x--- 2 root apps 2 Sep 27 23:57 backups
dr-xr-x--- 2 root apps 2 Sep 27 23:57 encoded-video
dr-xr-x--- 2 root apps 2 Sep 27 23:57 library
dr-xr-x--- 2 root apps 2 Sep 27 23:57 profile
dr-xr-x--- 2 root apps 2 Sep 27 23:57 thumbs
dr-xr-x--- 2 root apps 2 Sep 27 23:57 upload
./data/backups:
total 18
dr-xr-x--- 2 root apps 2 Sep 27 23:57 .
drwxr-x--- 8 apps apps 8 Sep 27 23:57 ..
./data/encoded-video:
total 18
dr-xr-x--- 2 root apps 2 Sep 27 23:57 .
drwxr-x--- 8 apps apps 8 Sep 27 23:57 ..
./data/library:
total 18
dr-xr-x--- 2 root apps 2 Sep 27 23:57 .
drwxr-x--- 8 apps apps 8 Sep 27 23:57 ..
./data/profile:
total 18
dr-xr-x--- 2 root apps 2 Sep 27 23:57 .
drwxr-x--- 8 apps apps 8 Sep 27 23:57 ..
./data/thumbs:
total 18
dr-xr-x--- 2 root apps 2 Sep 27 23:57 .
drwxr-x--- 8 apps apps 8 Sep 27 23:57 ..
./data/upload:
total 18
dr-xr-x--- 2 root apps 2 Sep 27 23:57 .
drwxr-x--- 8 apps apps 8 Sep 27 23:57 ..
./migration:
total 1
dr-xr-x--- 2 root mark 2 Sep 28 00:01 .
dr-xr-x--- 5 root mark 5 Sep 28 00:01 ..
./postgres-data:
total 1
dr-xr-x--- 2 netdata docker 2 Sep 27 23:52 .
dr-xr-x--- 5 root mark 5 Sep 28 00:01 ..
root@vaultron[/mnt/pool/app-config/immich]#
Now, I just want to extract the data out of the docker container and into the proper directories. I have created a mapping from within the container to pull the data out, but where are the data directories that I need to copy over?
