datacenterdude
datacenterdude
IImmich
Created by PaloRup on 4/21/2025 in #help-desk-support
Simplest way to migrate from Synology Photo Station?
....and I was too chicken to rm -R @eaDir *
63 replies
IImmich
Created by PaloRup on 4/21/2025 in #help-desk-support
Simplest way to migrate from Synology Photo Station?
Oh I'm aware, and thank you for that, but it was more about me cleaning up their mess than anything to do with the import.
63 replies
IImmich
Created by PaloRup on 4/21/2025 in #help-desk-support
Simplest way to migrate from Synology Photo Station?
I recently went through this transition and had to meticulously go folder by folder eradicating the stupid @eaDir indexing directories and files in every.single.subfolder before manually importing all of the assets folder-by-folder into Immich. The import was flawless, but it was necessary to be uber-meticulous cleaning up the old SynoPhotos folder structure.
63 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
Did the trick. Thanks folks!
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
No description
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
Prob should anyway, I had set up an admin user and everything already.
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
By clear out, do you mean nuke the db and recreate it?
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
Or do I need to manually create those folders and .immich file beforehand?
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
Still hitting this on startup.
immich_server | [Nest] 17 - 04/13/2025, 2:30:48 PM ERROR [Api:StorageService] Failed to read upload/encoded-video/.immich: Error: ENOENT: no such file or directory, open 'upload/encoded-video/.immich'
immich_server | api worker exited with code 1
immich_server exited with code 1
immich_server | [Nest] 17 - 04/13/2025, 2:30:48 PM ERROR [Api:StorageService] Failed to read upload/encoded-video/.immich: Error: ENOENT: no such file or directory, open 'upload/encoded-video/.immich'
immich_server | api worker exited with code 1
immich_server exited with code 1
Is this a permissions thing?
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
That was it. One of the fallbacks of using dockge, it doesn't make env mgmt easy. Also, had to comment out depends on: entry for database
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
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}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:2283
depends_on:
- redis
- database
restart: unless-stopped
healthcheck:
disable: false
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
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}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:2283
depends_on:
- redis
- database
restart: unless-stopped
healthcheck:
disable: false
WARN[0000] The "UPLOAD_LOCATION" variable is not set. Defaulting to a blank string.
invalid spec: :/usr/src/app/upload: empty section between colon
WARN[0000] The "UPLOAD_LOCATION" variable is not set. Defaulting to a blank string.
invalid spec: :/usr/src/app/upload: empty section between colon
What am I missing here? .env file below:
# The location where your uploaded files are stored
UPLOAD_LOCATION=/data/media/immich/photos
# The location where your database files are stored
# DB_DATA_LOCATION=./postgres
DB_URL=postgresql://immich:[email protected]:5432/immich-main

# 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/Los_Angeles

# 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
# The location where your uploaded files are stored
UPLOAD_LOCATION=/data/media/immich/photos
# The location where your database files are stored
# DB_DATA_LOCATION=./postgres
DB_URL=postgresql://immich:[email protected]:5432/immich-main

# 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/Los_Angeles

# 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
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
(fringe benefits of my employer)
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
🙂
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
Appreciate the help gang (and the tough love, Zeus ) ❤️
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
So there's a ton of stuff defined in the compose for postgres... does all of that come out? I don't see that mentioned in the Pre-existing Postgres doc. But I'm assuming that whole container config can come out of the compose?
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
We'll crack that nut when I'm ready to try and tackle getting nvidia drivers installed on debian properly, but today is not that day.
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
Even ran into debian overriding and installing 0.4.0 pgvectors and had to back that out and downrev it
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
yea all that and the perms are done and good to go
75 replies
IImmich
Created by datacenterdude on 4/13/2025 in #help-desk-support
Encoded-video, no such file/directory found
LOL no worries, just wanna make sure. Very noob to immich and its a beautiful build, so still learning the ropes
75 replies