You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having troubles with my docker Nextcloud installation using Kubernetes:
After updating the Nextcloud version in the K8s manifest (26.0.8-apache -> 27.1.3-apache), postgres seems to be corrupted, as it logs FATAL: password authentication failed for user "oc_admin" and Role "oc_admin" does not exist. messages. As a consequence I cannot reach the Nextcloud UI, and all occ commands fail (FATAL: password authentication failed for user "oc_admin"). I had experienced this error once before after some misconfiguration of mounted config files, and could only fix it by deleting all volumes and starting fresh.
I'm working on a test setup currently, so setting up a fresh Nextcloud installation is no problem, but that is not a solution once the installation is running in production.
Any ideas why this problem occurs, or how it can be fixed without data loss? Did I mis-configure something?
postgres seems to be corrupted, as it logs FATAL: password authentication failed for user "oc_admin" and Role "oc_admin" does not exist messages.
[...]
I had experienced this error once before after some misconfiguration of mounted config files, and could only fix it by deleting all volumes and starting fresh.
Hi @qworkz11 - Sorry you're running into trouble. This channel isn't a support forum - it's for reporting bugs in the image. As this sounds like a configuration matter, would you mind posting over at the Nextcloud Help Forum via https://help.nextcloud.com instead?
Hi,
I am having troubles with my docker Nextcloud installation using Kubernetes:
After updating the Nextcloud version in the K8s manifest (
26.0.8-apache
->27.1.3-apache
), postgres seems to be corrupted, as it logsFATAL: password authentication failed for user "oc_admin"
andRole "oc_admin" does not exist.
messages. As a consequence I cannot reach the Nextcloud UI, and allocc
commands fail (FATAL: password authentication failed for user "oc_admin"
). I had experienced this error once before after some misconfiguration of mounted config files, and could only fix it by deleting all volumes and starting fresh.I'm working on a test setup currently, so setting up a fresh Nextcloud installation is no problem, but that is not a solution once the installation is running in production.
Any ideas why this problem occurs, or how it can be fixed without data loss? Did I mis-configure something?
Container section of Nextcloud manifest:
Container section of postgres manifest:
Thanks!
The text was updated successfully, but these errors were encountered: