Stephan Austermühle

Results 37 comments of Stephan Austermühle

Oops. Forgot about this. I’ll do the rebase today. Not sure about maintenance mode … I’d prefer to leave the system online and do a file scan after restore.

> maintenance mode is recommended to be on during backups: https://docs.nextcloud.com/server/latest/admin_manual/maintenance/backup.html @jessebot For me, the only feasible way seems to be to mount the `config` folder into the backup container...

> Actually, the way I do this is via just having [Kubernetes CronJobs for just the maintenance mode](https://github.com/small-hack/argocd-apps/tree/main/nextcloud/maintenance_mode_cronjobs) being turned on and off, […] There are probably more reliable approaches...

Here's the output of `kubectl get tenants.minio.min.io -n minio-tenant minio-tenant -o yaml`: ```yaml apiVersion: minio.min.io/v2 kind: Tenant metadata: annotations: meta.helm.sh/release-name: minio-tenant meta.helm.sh/release-namespace: minio-tenant prometheus.io/path: /minio/v2/metrics/cluster prometheus.io/port: "9000" prometheus.io/scheme: http prometheus.io/scrape:...

The comments in the Helm values file mention the explicit use of the `export` statement, suggesting it is a shell snippet: ```yaml # The values should be a series of...

> For now, you could remove the quotes from the three variables. Works! Thanks for your support here.