clastix / kamaji

Kamaji is the Hosted Control Plane Manager for Kubernetes.
https://kamaji.clastix.io
Apache License 2.0
934 stars 81 forks source link

fix(psql): granting privileges to root user prior deletion #461

Closed prometherion closed 2 months ago

prometherion commented 2 months ago

Taking inspiration from the discussion https://github.com/clastix/kamaji/discussions/420#discussioncomment-8704524, assigning the database to the root user before deletion.

This is a quirk to get it to work on AWS RDS, even tho our CI based on CloudnativePG never complained.

@Rezkmike it would be great if you could give it a try!

netlify[bot] commented 2 months ago

Deploy Preview for kamaji-documentation canceled.

Name Link
Latest commit 40539b95d7911e2c35e17e49fba2e098f6d42102
Latest deploy log https://app.netlify.com/sites/kamaji-documentation/deploys/66431dbd6b91270008c2f580
prometherion commented 2 months ago

Tested on an AWS RDS (Aurora PostgreSQL compatible) and worked like a charm! 🚀