I
Immich4mo ago
Bright

Cannot access web API after moving thumbs folder

I have custom locations for my immich uploads. I was using my 3.6TB HDD to store all of my photos, and my 1TB NVME drive to store my thumbs so they would load faster. Well I needed to remove the NVME to use for another machine. I moved my thumbs folder to my HDD and changed the docker-compose.yml to match the directory that it moved to. I restarted my container and now I can't access the web API at all.
52 Replies
Immich
Immich4mo ago
:wave: Hey @Bright, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed. Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
Bright
BrightOP4mo ago
locations from my docker-compose.yml
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/home/void/auxdrive/immich-upload
- ${THUMB_LOCATION}:/home/void/auxdrive/immich-library/thumbs
- ${ENCODED_VIDEO_LOCATION}:/home/void/auxdrive/encoded-video
- ${PROFILE_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- ${BACKUP_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/home/void/auxdrive/immich-upload
- ${THUMB_LOCATION}:/home/void/auxdrive/immich-library/thumbs
- ${ENCODED_VIDEO_LOCATION}:/home/void/auxdrive/encoded-video
- ${PROFILE_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- ${BACKUP_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
my .env file---
# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/void/data/immich/
THUMB_LOCATION=/home/void/immich/thumbs
ENCODED_VIDEO_LOCATION=/home/void/immich/encoded-video
PROFILE_LOCATION=/home/void/data/immich/profile
BACKUP_LOCATION=/home/void/data/immich/backups
# The location where your database files are stored
DB_DATA_LOCATION=/home/void/immich/database

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/Chicago

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.123.0
# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/void/data/immich/
THUMB_LOCATION=/home/void/immich/thumbs
ENCODED_VIDEO_LOCATION=/home/void/immich/encoded-video
PROFILE_LOCATION=/home/void/data/immich/profile
BACKUP_LOCATION=/home/void/data/immich/backups
# The location where your database files are stored
DB_DATA_LOCATION=/home/void/immich/database

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/Chicago

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.123.0
Bright
BrightOP4mo ago
docker logs---
Bright
BrightOP4mo ago
My Disks---
sda
├─sda1 vfat FAT32 4E61-BC76 1G 1% /boot/efi
└─sda2 ext4 1.0 692bb464-a2d2-4429-aeed-38c8218ab091 78.7G 27% /
sdb
└─sdb1 ext4 1.0 e3daafac-d576-454d-b50b-397a2bba0672 3.4T 0% /home/void/auxdrive
sda
├─sda1 vfat FAT32 4E61-BC76 1G 1% /boot/efi
└─sda2 ext4 1.0 692bb464-a2d2-4429-aeed-38c8218ab091 78.7G 27% /
sdb
└─sdb1 ext4 1.0 e3daafac-d576-454d-b50b-397a2bba0672 3.4T 0% /home/void/auxdrive
Zeus
Zeus4mo ago
the issue here is with your database location also, your mounts are... not good. lots of them are very weirdly nested also you've edited the wrong side of each mount point
Zeus
Zeus4mo ago
please note that it says "do not edit the next line", but you did?
Bright
BrightOP4mo ago
I had it working just fine with this setup. Only difference is that I had a third drive mounted with a directory on it and the thums folder on that drive. I just moved the file to the SDB and changed the file path to match. you have to edit the next line.
Zeus
Zeus4mo ago
no, you don't? in the link I sent you it shows you how to use a custom location for the upload_location you don't have any volume mounted to /usr/src/app/upload inside the container, which is where all the files get stored
Bright
BrightOP4mo ago
It was working just fine for a month. Literally the only change I made was moved the thumbs file from the nvme to the HDD and changed the file path in the docker-compose.yml only for the THUMB_LOCATION.
Zeus
Zeus4mo ago
given the limited details you have provided, including not the full compose and env, and no details of the actual change you made, we can't really help you. but please know that if you go down this path basically your entire compose and volumes have to be ripped out and redone if you aren't interested in that, it would be better to not waste either of our times
Bright
BrightOP4mo ago
I went through setting up the customer file locations with another person and it was working great. I don't understand how you see it as limited details. I gave you all of my logs and the parts of my docker-compose and my .env that were changed from the original file. I'm willing to give you whatever info you need and do whatever I need to get it working. I don't understand where you get that I'm not willing to... if I'm not giving you the information you need, it is out of ignorance and not malice.
Zeus
Zeus4mo ago
we need the full contents of all those files, as well sa the exact changes you made before and after also, I'm suspicious that you had changes from before that you had not run docker compose up -d, so it was running without some of those changes. is that possible?
Bright
BrightOP4mo ago
I'm trying to figure out how to get the enire contents of the docker-compose.yml Here is my .env I just removed my password from this paste.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/void/data/immich/immich_files
THUMB_LOCATION=/home/void/immich/thumbs
ENCODED_VIDEO_LOCATION=/home/void/immich/encoded-video
PROFILE_LOCATION=/home/void/data/immich/profile
BACKUP_LOCATION=/home/void/data/immich/backups
# The location where your database files are stored
DB_DATA_LOCATION=/home/void/immich/database

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/Chicago

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.123.0

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=void
DB_DATABASE_NAME=void
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/void/data/immich/immich_files
THUMB_LOCATION=/home/void/immich/thumbs
ENCODED_VIDEO_LOCATION=/home/void/immich/encoded-video
PROFILE_LOCATION=/home/void/data/immich/profile
BACKUP_LOCATION=/home/void/data/immich/backups
# The location where your database files are stored
DB_DATA_LOCATION=/home/void/immich/database

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/Chicago

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.123.0

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=void
DB_DATABASE_NAME=void
Zeus
Zeus4mo ago
why does the earlier file say this? UPLOAD_LOCATION=/home/void/data/immich/ you said you only changed the thumbs
Bright
BrightOP4mo ago
So I converted my HDD to a GPT drive and resized it to the max partition size before pulling out my NVME. I didnt move the thumbs folder at that time. Then I ran docker compose up -d and made sure I didnt break it at that point. After doing that and making sure it still worked, I moved the files over, changed the path, and ran docker compose up -d and then it broke. I changed after you shared the custom locations link. I thought a might have accidently deleted the end of that line, so I added /immich_files to the end to match what the custom locations link said. honestly at this point, I'm willing to tear it all down and start back from scratch. I have all my photo backed up on an external so I can reload them back on after I fix it. I just tried to have it setup so that it stored all off my photos on the sdb disk because its 3.4TB. the disk I'm running my server OS off of is a 128gb SSD.
Zeus
Zeus4mo ago
i need to see the compose first, and I guess some details of what's in each of those mount folders you have made
Bright
BrightOP4mo ago
How do I copy the entire compose file? im using the terminal right now. I'm SSHd into it.
Bright
BrightOP4mo ago
Bright
BrightOP4mo ago
Let me know what else you need. I'm willing to work with you. I'm just not an expert so I might stumble here and there.
Zeus
Zeus4mo ago
- ${UPLOAD_LOCATION}:/home/void/auxdrive/immich-upload
- ${THUMB_LOCATION}:/home/void/auxdrive/immich-library/thumbs
- ${ENCODED_VIDEO_LOCATION}:/home/void/auxdrive/encoded-video
- ${PROFILE_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- ${BACKUP_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- ${UPLOAD_LOCATION}:/home/void/auxdrive/immich-upload
- ${THUMB_LOCATION}:/home/void/auxdrive/immich-library/thumbs
- ${ENCODED_VIDEO_LOCATION}:/home/void/auxdrive/encoded-video
- ${PROFILE_LOCATION}:/home/void/docker-volumes/immich-app/profiles
- ${BACKUP_LOCATION}:/home/void/docker-volumes/immich-app/profiles
Immich stores all of its data in /usr/src/app/upload this folder is not mounted in your docker container, so immich has no storage at all in theory it would work until the container restarted or was recreated and all the data was lost
Bright
BrightOP4mo ago
Ok, So what do I need to do to fix it? Do I just need to delete the container completely and do a new one? I have no issue doing that. I't only takes a few minutes. I just need to have it setup so that all the photos are stored on the HDD.
Zeus
Zeus4mo ago
yeah, that would probably be better if you can re importht pics
Bright
BrightOP4mo ago
I can do that. I just know that when I set it up the recommended way, it only gives me the 128GB of storage on the SSD. I need the 3.4TB of storage on the HDD instead.
Zeus
Zeus4mo ago
do you want anything on the SSD?
Bright
BrightOP4mo ago
no. everything can go on the HDD. speed isnt really a concern.
Zeus
Zeus4mo ago
what is the path of the hard drive? auxdrive?
Bright
BrightOP4mo ago
yes. /home/void/auxdrive
Zeus
Zeus4mo ago
you can start over with a brand new docker-compose and .env in /home/void/immich_new the only change you need to make is to change the UPLOAD_LOCATION in the .env ONLY to UPLOAD_LOCATION=/home/void/auxdrive/immich_new then run docker compose up -d
Bright
BrightOP4mo ago
I just deleted the immich-app file completely so I'll call the new one the same name: immich-app Soo here is the stock .env file that pulls.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=postgres

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=postgres

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
Zeus
Zeus4mo ago
I would not change the database name or username. you can change the password and set the timezone as well please run docker compose ps -a before you start the new one, also docker volume ls let's make sure we don't have old stuff hanging around
Bright
BrightOP4mo ago
Sooo this is the edited .env - ill add a password before I save it.
GNU nano 7.2 .env *
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/void/auxdrive/immich_new
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/Chicago

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
GNU nano 7.2 .env *
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/home/void/auxdrive/immich_new
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/Chicago

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
That look good?
void@void:~/docker-volumes/immich-app$ docker compose ps -a
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
immich_machine_learning ghcr.io/immich-app/immich-machine-learning:v1.123.0 "tini -- ./start.sh" immich-machine-learning 45 minutes ago Up 45 minutes (healthy)
immich_postgres docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 "docker-entrypoint.s…" database 45 minutes ago Restarting (1) 43 seconds ago
immich_redis docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 "docker-entrypoint.s…" redis 45 minutes ago Up 45 minutes (healthy) 6379/tcp
immich_server ghcr.io/immich-app/immich-server:v1.123.0
void@void:~/docker-volumes/immich-app$ docker compose ps -a
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
immich_machine_learning ghcr.io/immich-app/immich-machine-learning:v1.123.0 "tini -- ./start.sh" immich-machine-learning 45 minutes ago Up 45 minutes (healthy)
immich_postgres docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 "docker-entrypoint.s…" database 45 minutes ago Restarting (1) 43 seconds ago
immich_redis docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 "docker-entrypoint.s…" redis 45 minutes ago Up 45 minutes (healthy) 6379/tcp
immich_server ghcr.io/immich-app/immich-server:v1.123.0
void@void:~/docker-volumes/immich-app$ docker volume ls
DRIVER VOLUME NAME
local 2b7642406ab46401fbed4c720e0869f4fc5a54f1c8a8b10650127dab1d4cfed6
local 04adf1c591ee249c5107bb98802a22c81f6a58d6eff33fae9c29125781286c8b
local 06a1215e15e02c9e62b8caebda212ec86945afecf79fa5344693720e0781cea2
local 9cc4fc11986b7b0c2db250c1c6f4e69d01509b7334910d4e3c43c43a14ce1679
local 99fb28463a649828e3008009cfcfd9462de121c8955b27a0fb386e26e895f6ee
local 129899f9c1e061774b3d3c03dab54438ce79db1afecc2c59e1279e672fd109de
local a27e9c05c48c369b22ecc3330ce8f7ea17c59c73515e15dc4fa03d99c7ce41dd
local a479c2ca39cc651d88a0ce17973623a518dc36519834c0e8566cad8774226101
local f1bf77d286cc4d19879938cee8eaa28e17125bb7371ad9ec68b4c33d81ca8be4
local f4e8d051321bd211ab829f67ecb4f5c89a76013fa158eb4ceb5acd5f65d6111c
local fa96960bd9ceaf9f6c8d83d5acde3376f485018b38b2e7526e31d16df92ed177
local fe2970c226423e5a2267f048daa46a355e343e5938f4169cfe081069c34d9253
local immich_model-cache
void@void:~/docker-volumes/immich-app$ docker volume ls
DRIVER VOLUME NAME
local 2b7642406ab46401fbed4c720e0869f4fc5a54f1c8a8b10650127dab1d4cfed6
local 04adf1c591ee249c5107bb98802a22c81f6a58d6eff33fae9c29125781286c8b
local 06a1215e15e02c9e62b8caebda212ec86945afecf79fa5344693720e0781cea2
local 9cc4fc11986b7b0c2db250c1c6f4e69d01509b7334910d4e3c43c43a14ce1679
local 99fb28463a649828e3008009cfcfd9462de121c8955b27a0fb386e26e895f6ee
local 129899f9c1e061774b3d3c03dab54438ce79db1afecc2c59e1279e672fd109de
local a27e9c05c48c369b22ecc3330ce8f7ea17c59c73515e15dc4fa03d99c7ce41dd
local a479c2ca39cc651d88a0ce17973623a518dc36519834c0e8566cad8774226101
local f1bf77d286cc4d19879938cee8eaa28e17125bb7371ad9ec68b4c33d81ca8be4
local f4e8d051321bd211ab829f67ecb4f5c89a76013fa158eb4ceb5acd5f65d6111c
local fa96960bd9ceaf9f6c8d83d5acde3376f485018b38b2e7526e31d16df92ed177
local fe2970c226423e5a2267f048daa46a355e343e5938f4169cfe081069c34d9253
local immich_model-cache
Zeus
Zeus4mo ago
remove the spaces before TZ, it should be flush to the left ok so immich is still running. we should do a docker compose down --remove-orphans then if you have no docker containers running, you should do docker volume prune to get rid of all those volumes
Bright
BrightOP4mo ago
I fixed the time zone.
Bright
BrightOP4mo ago
Bright
BrightOP4mo ago
void@void:~/docker-volumes/immich-app$ docker volume prune
WARNING! This will remove anonymous local volumes not used by at least one container.
Are you sure you want to continue? [y/N] y
Deleted Volumes:
04adf1c591ee249c5107bb98802a22c81f6a58d6eff33fae9c29125781286c8b
06a1215e15e02c9e62b8caebda212ec86945afecf79fa5344693720e0781cea2
99fb28463a649828e3008009cfcfd9462de121c8955b27a0fb386e26e895f6ee
f1bf77d286cc4d19879938cee8eaa28e17125bb7371ad9ec68b4c33d81ca8be4
fe2970c226423e5a2267f048daa46a355e343e5938f4169cfe081069c34d9253
a27e9c05c48c369b22ecc3330ce8f7ea17c59c73515e15dc4fa03d99c7ce41dd
a479c2ca39cc651d88a0ce17973623a518dc36519834c0e8566cad8774226101
2b7642406ab46401fbed4c720e0869f4fc5a54f1c8a8b10650127dab1d4cfed6
9cc4fc11986b7b0c2db250c1c6f4e69d01509b7334910d4e3c43c43a14ce1679
129899f9c1e061774b3d3c03dab54438ce79db1afecc2c59e1279e672fd109de
f4e8d051321bd211ab829f67ecb4f5c89a76013fa158eb4ceb5acd5f65d6111c
fa96960bd9ceaf9f6c8d83d5acde3376f485018b38b2e7526e31d16df92ed177

Total reclaimed space: 1.102MB
void@void:~/docker-volumes/immich-app$
void@void:~/docker-volumes/immich-app$ docker volume prune
WARNING! This will remove anonymous local volumes not used by at least one container.
Are you sure you want to continue? [y/N] y
Deleted Volumes:
04adf1c591ee249c5107bb98802a22c81f6a58d6eff33fae9c29125781286c8b
06a1215e15e02c9e62b8caebda212ec86945afecf79fa5344693720e0781cea2
99fb28463a649828e3008009cfcfd9462de121c8955b27a0fb386e26e895f6ee
f1bf77d286cc4d19879938cee8eaa28e17125bb7371ad9ec68b4c33d81ca8be4
fe2970c226423e5a2267f048daa46a355e343e5938f4169cfe081069c34d9253
a27e9c05c48c369b22ecc3330ce8f7ea17c59c73515e15dc4fa03d99c7ce41dd
a479c2ca39cc651d88a0ce17973623a518dc36519834c0e8566cad8774226101
2b7642406ab46401fbed4c720e0869f4fc5a54f1c8a8b10650127dab1d4cfed6
9cc4fc11986b7b0c2db250c1c6f4e69d01509b7334910d4e3c43c43a14ce1679
129899f9c1e061774b3d3c03dab54438ce79db1afecc2c59e1279e672fd109de
f4e8d051321bd211ab829f67ecb4f5c89a76013fa158eb4ceb5acd5f65d6111c
fa96960bd9ceaf9f6c8d83d5acde3376f485018b38b2e7526e31d16df92ed177

Total reclaimed space: 1.102MB
void@void:~/docker-volumes/immich-app$
orphans removed and pruned.
Zeus
Zeus4mo ago
also do docker volume rm immich_model-cache it should be empty when you do volume ls
Bright
BrightOP4mo ago
void@void:~/docker-volumes/immich-app$ docker volume rm immich_model-cache
immich_model-cache
void@void:~/docker-volumes/immich-app$ volume ls
volume: command not found
void@void:~/docker-volumes/immich-app$
void@void:~/docker-volumes/immich-app$ docker volume rm immich_model-cache
immich_model-cache
void@void:~/docker-volumes/immich-app$ volume ls
volume: command not found
void@void:~/docker-volumes/immich-app$
none found. I assume I just had it all muddied up prior.
Zeus
Zeus4mo ago
should be good for docker compose up -d now
Bright
BrightOP4mo ago
Sweet!
No description
Bright
BrightOP4mo ago
Thank you!
Zeus
Zeus4mo ago
good I see the 3.6 TB
Bright
BrightOP4mo ago
looks like my old photos are still on there.
Zeus
Zeus4mo ago
in a different folder, right?
Bright
BrightOP4mo ago
just.. unavailble. lol
Zeus
Zeus4mo ago
yes, so you would need to re upload them
Bright
BrightOP4mo ago
ya. I assume so. it was 12.3GB used before I broke it earlier
Zeus
Zeus4mo ago
that's not super big so you can probably re upload with the web ui if yo uwant, or use the command line then they should populate into the new folder and you can remove the old one
Bright
BrightOP4mo ago
How would I CLI it?
Zeus
Zeus4mo ago
https://immich.app/docs/features/command-line-interface/ something like docker run -it immich_server immich upload <path>
Bright
BrightOP4mo ago
Awesome. Well thank you for being patient with me. Much appreciated.
Zeus
Zeus4mo ago
good luck! just come back here if you need to change any more paths haha

Did you find this page helpful?