redkubes / otomi-core

Application Platform for Kubernetes

Home Page:https://otomi.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keycloak-db not being backed up in object storage

Ani1357 opened this issue · comments

Describe the bug: (a clear and concise description of what the bug is)
Keycloak database is not being backed up when minio is configured as an object storage.

To Reproduce
Steps to reproduce the behavior:

  1. Install otomi
  2. Enable Minio
  3. Check the database bucket in minio an you see not wal file or base backups being created

Expected behavior: (a clear and concise description of what you expected to happen)
When Minio is configured as a backup storage for the CloudnativePG database we should see the wal and base backup files written in the database bucket.

Additional context: (add any other context about the problem here)
While troubleshooting I noticed that the minio-creds secrets is missing in the keycloak namespace. The keycloak-db Cluster(CR) is refering to that secret for authenticating to minio.
Check the minio-creds creation for harbor-otomi-db as a reference.

commented

@Ani1357 is it still the issue?