Jonathan
Jonathan
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Actually, it looks like the PVC had not been deleted, even though I was deleting the whole deployment. That fixed the issue, thanks!
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
POSTGRES_PASSWORD matched DB_PASSWORD
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Server:
DB_DATABASE_NAME : immich
DB_HOSTNAME : immich-postgresql
DB_PASSWORD : secretKeyRef(immich-secrets.password)
DB_USERNAME : immich
ENABLE_MAPBOX : false
JWT_SECRET : secretKeyRef(immich-secrets.JWT_SECRET)
MAPBOX_KEY :
NODE_ENV : production
REDIS_HOSTNAME : immich-redis-master
DB_DATABASE_NAME : immich
DB_HOSTNAME : immich-postgresql
DB_PASSWORD : secretKeyRef(immich-secrets.password)
DB_USERNAME : immich
ENABLE_MAPBOX : false
JWT_SECRET : secretKeyRef(immich-secrets.JWT_SECRET)
MAPBOX_KEY :
NODE_ENV : production
REDIS_HOSTNAME : immich-redis-master
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Postgres:
BITNAMI_DEBUG : false
PGDATA : /bitnami/postgresql/data
POSTGRESQL_CLIENT_MIN_MESSAGES : error
POSTGRESQL_ENABLE_LDAP : no
POSTGRESQL_ENABLE_TLS : no
POSTGRESQL_LOG_CONNECTIONS : false
POSTGRESQL_LOG_DISCONNECTIONS : false
POSTGRESQL_LOG_HOSTNAME : false
POSTGRESQL_PGAUDIT_LOG_CATALOG : off
POSTGRESQL_PORT_NUMBER : 5432
POSTGRESQL_SHARED_PRELOAD_LIBRARIES : pgaudit
POSTGRESQL_VOLUME_DIR : /bitnami/postgresql
POSTGRES_DB : immich
POSTGRES_PASSWORD : secretKeyRef(immich-secrets.password)
POSTGRES_POSTGRES_PASSWORD : secretKeyRef(immich-secrets.postgres-password)
POSTGRES_USER : immich
BITNAMI_DEBUG : false
PGDATA : /bitnami/postgresql/data
POSTGRESQL_CLIENT_MIN_MESSAGES : error
POSTGRESQL_ENABLE_LDAP : no
POSTGRESQL_ENABLE_TLS : no
POSTGRESQL_LOG_CONNECTIONS : false
POSTGRESQL_LOG_DISCONNECTIONS : false
POSTGRESQL_LOG_HOSTNAME : false
POSTGRESQL_PGAUDIT_LOG_CATALOG : off
POSTGRESQL_PORT_NUMBER : 5432
POSTGRESQL_SHARED_PRELOAD_LIBRARIES : pgaudit
POSTGRESQL_VOLUME_DIR : /bitnami/postgresql
POSTGRES_DB : immich
POSTGRES_PASSWORD : secretKeyRef(immich-secrets.password)
POSTGRES_POSTGRES_PASSWORD : secretKeyRef(immich-secrets.postgres-password)
POSTGRES_USER : immich
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Is there something additional I should do to make sure the old db gets deleted?
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
I've been deleting the entire deployment from the ArgoCD UI each time I've made changes like this.
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
I checked and both have the same password for the immich user
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Still same issue, unfortunately. Auth failed.
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Where immich-secrets contains
- secretKey: postgres-password
remoteRef:
key: /immich/
property: POSTGRES_SUPER_PASS
- secretKey: password
remoteRef:
key: /immich/
property: DB_PASSWORD
- secretKey: postgres-password
remoteRef:
key: /immich/
property: POSTGRES_SUPER_PASS
- secretKey: password
remoteRef:
key: /immich/
property: DB_PASSWORD
19 replies
IImmich
Created by Jonathan on 4/3/2023 in #help-desk-support
Using the official helm chart
Like this?
postgresql:
enabled: true
global:
postgresql:
auth:
existingSecret: immich-secrets
postgresql:
enabled: true
global:
postgresql:
auth:
existingSecret: immich-secrets
19 replies