Moving thumbnail & upload location to external drive
I can't seem to figure this out..
https://github.com/immich-app/immich/discussions/2110
https://github.com/immich-app/immich/discussions/3624
34 Replies
:wave: Hey @Tux,
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. :blue_square: 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:We're not psychic, what's actually going wrong? 😛
I'm getting:
You need to add it to your .env
https://immich.app/docs/guides/custom-locations/
oh so the custom path goes in the .env? and then just regular in docker compose?

i dont get any errors anymore, it seems to work fine. but i cant access immich in my browser for some strange reason
worked earlier

let me try restarting my pc
Post the logs from the server container
how do i do that? :FeelsThinkingMan:
docker logs immich_server
wait hold on
You need to move the folders from the origianl location to the new one you specify in the env
It's cant' find the .immich files
oh so the whole immich setup
with env and docker compose
Well, just the subfolders you are looking to break out into different areas
how do you mean?
What custom locations did you add to your compose/env
docker compose:
Have you moved folders around already? But basically you are just moving the thumbs and backup up one folder level out of upload?
I know, but what was your compose / env before. You changed paths without moving the folders where those assets are EG. You moved the thumbs location in the env, but didn't move it on the file system
how do i move them in the file system? :FeelsThinkingMan:
I mean you will have a thumbs / backups folder inside your upload location. You move that to where you specified the new path in your env
oh
do i need to have the same path in my custom?
so its matching
Yes. The paths need to match between the FS and the env. Immich won't move the folders on the FS, you need to move them to match what's in your new env configuration.
ahhh
As background, immich creates a hidden
.immich
file in the root folders. That way if you change things in the env (Without moving the folders on the FS), it will fail to startok so i changed it
but it still wont ru
do i have to add encoded video and profile location?
oh there is an encoded video folder
i havent added in the env
wont start the server
i saved my env and docker composed and deleted everything else
booted it up again and now im back in
i think it solved the issue
thank you :D