Bright
Bright
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
Awesome. I'm going to go ahead an close this. Just wanted to make sure there wasn't a CLI one liner that would make all my troubles go away. haha.
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
I may just let it finish backing up these 117k pics, delete the old container, and build a new one and upload them via API. That seems like the most straight forward way
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
lol. that might explain why it stopped working after the update.
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
Also, you may have to spell out things at a very low level for me. iamnoob
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
I'm currently backing up all of the pics onto another server in case I need to just trash it and rebuild it.
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
08f084ef815b 422e2308c5a4 "tini -- /bin/bash s…" 3 weeks ago Restarting (1) 5 seconds ago immich_server
eda727b95969 422e2308c5a4 "tini -- /bin/bash s…" 3 weeks ago Restarting (1) 5 seconds ago immich_microservices
aa82c883ab66 fdf9df67a7bb "tini -- ./start.sh" 3 weeks ago Up 36 minutes (healthy) immich_machine_learning
0910d634fe01 registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 7 weeks ago Up 36 minutes 5432/tcp immich_postgres
fe7dc44467fd registry.hub.docker.com/library/redis:6.2-alpine "docker-entrypoint.s…" 7 weeks ago Up 36 minutes 6379/tcp immich_redis
sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
08f084ef815b 422e2308c5a4 "tini -- /bin/bash s…" 3 weeks ago Restarting (1) 5 seconds ago immich_server
eda727b95969 422e2308c5a4 "tini -- /bin/bash s…" 3 weeks ago Restarting (1) 5 seconds ago immich_microservices
aa82c883ab66 fdf9df67a7bb "tini -- ./start.sh" 3 weeks ago Up 36 minutes (healthy) immich_machine_learning
0910d634fe01 registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 7 weeks ago Up 36 minutes 5432/tcp immich_postgres
fe7dc44467fd registry.hub.docker.com/library/redis:6.2-alpine "docker-entrypoint.s…" 7 weeks ago Up 36 minutes 6379/tcp immich_redis
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
18 replies
IImmich
Created by Bright on 3/9/2025 in #help-desk-support
Immich api no longer accessible after multiple updates.
.env file:
# 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

# 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
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=./library
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

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

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
18 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
Jeez.. I figured it out... I was editing my fstab and changed my automount on the drive that stores the images and I forget to re-mount it before I ran the update.. It seems to be working now... Sorry for all of the confusion.. Long night...
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
ok, I'll have to re-run them. I cleared my terminal. one sec.
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
im elevated to super user
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
then
docker image prune
docker image prune
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
docker compose pull && docker compose up -d
docker compose pull && docker compose up -d
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
void@void:~/docker-volumes$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
void@void:~/docker-volumes$
void@void:~/docker-volumes$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
void@void:~/docker-volumes$
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
this is what I get back,
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
Sorry. I typed that wrong. I used docker compose, not compose docker.
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
when I run
docker ps
docker ps
I don't show any containers running.
29 replies
IImmich
Created by Bright on 3/2/2025 in #help-desk-support
Immich web API unavailable after update.
.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=password

# 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/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=password

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