Replies: 2 comments 2 replies
-
Cabn you provide some more detail about how you run all the other containers? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I got the same error, I'm using NixOS services. services.immich = {
enable = true;
database.host = "/var/run/postgresql";
openFirewall = true;
mediaLocation = "/mnt/immich";
secretsFile = "${config.age.secrets."env/immich.env".path}";
machine-learning.enable = false;
}; secretsFile only contains DB_PASSWORD, and /mnt/immich is a mount point of NFS.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
I am using two containers:
immich-server
andimmich-microservices
. I can access the web page but cannot perform tasks such as thumbnail generation and facial recognition.Here is the critical error message from the
immich-microservices
container:The OS that Immich Server is running on
Debian
Version of Immich Server
v1.131.1
Version of Immich Mobile App
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
docker run...
command.Relevant log output
Additional information
A few days ago, I suddenly couldn't access my immich-server. After troubleshooting, I found it was related to a PostgreSQL issue. Later, I upgraded immich-server and manually dropped then recreated the indexes in the database, which restored access to immich-server. However, immich-microservices then started throwing the current error.
Beta Was this translation helpful? Give feedback.
All reactions