Jesse Hitch

Results 333 comments of Jesse Hitch

@provokateurin and @wrenix could you please help look into this? I'm a little swamped with work right now, but it seems like this has continued to be a problem for...

Can you post the rest of your values.yaml? Are you setting `internalDatabase.enabled` to `false` as per the docs [here](https://github.com/nextcloud/helm/tree/master/charts/nextcloud#database-configurations)?

> Looks like the underlying nextcloud container might be causing the problems, similar reports here: https://github.com/nextcloud/docker/issues/593 That issue is outdated enough that it may not be relevant anymore. > I...

@Belgeron can you try editing the config.php directly on the pod and restarting the pod? 🤔 The [docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/linux_database_configuration.html#postgresql-database) talk about config.php in relation to the database a little more (ctrl+f...

Could you please post the values.yaml you used for installing this chart? It looks like you posted your pod manifest, but we need the parameters for this helm chart to...

oh, nevermind, I see you posted you helm command, sorry about that! Here's me teasing it apart to see all the values: ```console helm install nextcloud-release --set persistence.enabled=true, persistence.storageClass=freenas-nfs-csi, persistence.nextcloudData.enabled=true,...

Thanks for submitting this! I've approved the workflow run, but do not have time to test this further, so I will add some other PR reviewers :)

I'm happy to review any pull request, but what exactly is the current plan here? We are on Nextcloud 25 now, so this issue may be stale, but I'm happy...

Sorry for the extreme delay. Sometime in June I accidentally cleared all my github notifications and I'm still wading through old issues and PRs trying to figure out what I...

I'm actually not sure if that's something we're doing in the helm chart or if this is being done by something in the docker container, which would be a [nextcloud/docker](https://github.com/nextcloud/docker)...