-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean install 1.130.2 causes microservices worker error: TypeError: Cannot read properties of undefined (reading 'replace') #17174
Comments
Can you please check the database log? |
@alextran1502 The logs are as follows (I do see the chmod issue which can be a problem):
And an image of the deployments in ArgoCD They are all in the same namespace, this postgres instance is only used for immich. |
@alextran1502 In the .log files (wasn't shown in logs output as per stated in the output above) I saw that it was a wrong password issue! (thanks for pointing me in the right direction!) |
After solving the DB password issue I have another error @alextran1502
This happens when Immich initializes and tries to insert some stuff into the DB (such as countries etc) |
For future users it was due to default too small resources on postgresql all good now ! |
😆 |
I have the same problem. How do u solve it? |
in postgresql from bitnani you can give it more resources by default it starts with the nano profile I went up to large (it's basically a resources default profile) |
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
Created a new issue due to a comment from @bo0tzz on discussion topic #17152
The OS that Immich Server is running on
Kubernetes RKE2 - On top of ubuntu server 24.10
Version of Immich Server
v1.130.2
Version of Immich Mobile App
v1.130.0
Platform with the issue
Your docker-compose.yml content
Your .env content
All envs are defined above in the values file
Reproduction steps
...
Relevant log output
Additional information
It could be due to a bug in alpine as described here: #17152
Or it could be due to a communication issue but I don't see how...
The text was updated successfully, but these errors were encountered: