Elite
IImmich
•Created by Elite on 5/31/2025 in #help-desk-support
Cannot get Memory Android
Also the image files with the bad modified date are still inside my file system (not anymore in the database)
Can i delete it manually without stress ?
Thank you for your time
10 replies
IImmich
•Created by Elite on 5/31/2025 in #help-desk-support
Cannot get Memory Android
Same when I reinstalled the app
Very weird
I will try to look at the issue and come back to you
Thanks a lot 😊
10 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
it perfectly worked, thank you 🙂
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
ok got it
so I can remove postgres from the chart
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
Migrate from my postgres (immich chart) to cloud native, it is specify in the issue that i should this image : ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.5-v0.3.0@sha256:be3f025d79aa1b747817f478e07e71be43236e14d00d8a9eb3914146245035ba
but in the migration guide : ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
Should I change safely ?
Will you provider a new version of helm chart with a clean of postgres ?
Thanks a lot 🙂
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
alright thanks I will try and come back to you
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
Hmm ok I see, what are the alternative for that ?
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
Yes address is correct, i'm not using ip adress this is resolved inside the container
My postgres database is available through the service and only
immich-postgres:5432 (same namespace)
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
regarding machine learning logs, nothings seems wrong
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
immich server logs :
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
Sorry for the delay,
Postgres logs :
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
Ok let me send you everything later on
Thank you 👍
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
regarding server : i have nothing custom than specified in the initial config
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
Logs you have everyting in my initial message (i don't have so much more)
Helm value (postgres only):
postgresql:
enabled: true
image:
registry: ghcr.io
repository: immich-app/postgres
tag: 14-vectorchord0.3.0-pgvectors0.2.0
global:
postgresql:
auth:
existingSecret: immich-postgres-secret
username: immich
database: immich
primary:
containerSecurityContext:
runAsUser: 0
runAsNonRoot: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
privileged: true
initdb:
scripts:
create-extensions.sql: |
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION vectors;
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
no problem 🙂 thanks
30 replies
IImmich
•Created by Elite on 5/22/2025 in #help-desk-support
ECONNREFUSED : Immich Server
thanks for your quick answer
i update the postgres running also as container in my kubernetes cluster (image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0)
postgres is working properly and ready to accept connections (i can easily browse table)
I am using the official immich chart yes, which is onboarding the postgres one
30 replies