Soap
Soap
IImmich
Created by Soap on 12/18/2024 in #help-desk-support
cannot immich server if upload location is changed from ./library
thank you that solved the issue
7 replies
IImmich
Created by Soap on 12/18/2024 in #help-desk-support
cannot immich server if upload location is changed from ./library
docker ps -a seems to show server is stuck restarting
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4d7e41be574b ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 4 minutes ago Restarting (1) 28 seconds ago immich_server
2c2b59d948b0 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 4 minutes ago Up 4 minutes (healthy) 5432/tcp immich_postgres
bd2ee466e3a3 ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 4 minutes ago Up 4 minutes (healthy) immich_machine_learning
bfc3b2866994 redis:6.2-alpine "docker-entrypoint.s…" 4 minutes ago Up 4 minutes (healthy) 6379/tcp immich_redis
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4d7e41be574b ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 4 minutes ago Restarting (1) 28 seconds ago immich_server
2c2b59d948b0 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 4 minutes ago Up 4 minutes (healthy) 5432/tcp immich_postgres
bd2ee466e3a3 ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 4 minutes ago Up 4 minutes (healthy) immich_machine_learning
bfc3b2866994 redis:6.2-alpine "docker-entrypoint.s…" 4 minutes ago Up 4 minutes (healthy) 6379/tcp immich_redis
7 replies
IImmich
Created by Soap on 12/18/2024 in #help-desk-support
cannot immich server if upload location is changed from ./library
docker compose logs for when upload dir is changed
7 replies
IImmich
Created by Soap on 12/16/2024 in #help-desk-support
Error during docker compose up -d
ok thanks for the help
14 replies
IImmich
Created by Soap on 12/16/2024 in #help-desk-support
Error during docker compose up -d
google what the output from docker compose up -d?
14 replies
IImmich
Created by Soap on 12/16/2024 in #help-desk-support
Error during docker compose up -d
fixable or nah?
14 replies
IImmich
Created by Soap on 12/16/2024 in #help-desk-support
Error during docker compose up -d
my .env is
# 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/dockeruser/rowan_files
# 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=Europe/London

# 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=<redacted>

# 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=/home/dockeruser/rowan_files
# 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=Europe/London

# 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=<redacted>

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
14 replies