mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Backups fail after re-install on k8s via helm #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @macmenco on 3/25/2026
Databasus version (screenshot)
Operating system and architecture
Kubernetes, x64
Database type and version (optional, for DB-related bugs)
MongoDB on k8s
Describe the bug (please write manually, do not ask AI to summarize)
What happened:
Installed databasus on k8s via the provided helm chart.
Configured some workspaces and some mongodb backups.
Backups are created.
Delete the installation with
helm uninstall.Reinstall databasus on k8s via the provided helm chart, using the same values.
Backups fail with
failed to decrypt database password: failed to decrypt: cipher: message authentication failedWhat I expected:
Being able to reinstall databasus and continue making backups since the PVC is still there with the same
secret.keyand the samepgdatadirectory (I verfified thesecret.key, it's still the same).Steps to reproduce
Have you asked AI how to solve the issue?
Additional context / logs