Jesse Hitch
Jesse Hitch
not sure you should keep this, but for testing, can you try running this for your nextcloud database server? ```sql GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO...
:thinking: Typically that's a liveness/readiness probe issue or a persistence issue. Can you answer the following: 1. Are you using persistent volumes with the bitnami postgres-ha chart? If you are,...
As Kate points out, the official ways to install Nextcloud don't include this helm chart at this time, in part due to the fact that the docker image (`nextcloud/docker`) is...
> So what are the best ways to install nextcloud for production use? I'm not a member of Nextcloud GmbH, but I am not sure if they have a production...
I wonder if this is actually a similar issue as https://github.com/nextcloud/helm/issues/308 That issue also pointed to the nextcloud/server repo as the source of this issue.
Sorry about that, but thanks for chiming in on the other issue! Really appreciate that. Also the comment I deleted was just a duplicate comment.
Thanks for submitting a feature request :) You can use any persistence settings you find the bitnami docs here: https://github.com/bitnami/charts/tree/main/bitnami/redis The way the helm chart works, the bitnami redis helm...
Does anything bad happen if those volumes are mounted anyway? It looks like you linked a custom image, which you can absolutely use, but I'm unsure if we support this....
> Using helm unittest is a best-practice in helm-charts. I agree tests are good, but I look at quite a few helm charts for a living and I haven't actually...
awesome, then that really solve the bulk of my issues :)