movetokube / postgres-operator

Postgres operator for Kubernetes
MIT License
167 stars 59 forks source link

Supabase bootstrapping #157

Open prskr opened 3 months ago

prskr commented 3 months ago

Hi,

first of all I'd like to thank you for this great project!

I'm currently looking into using operator to automate on-premises Supabase database bootstrapping and unfortunately there are some limitations:

Of course these limitations are not solely related to Supabase but I couldn't come up with a better title 😅

I could completely understand if you don't want to change semantics or if you would argue that DB initialisation is up to the app user, I just figured I'd ask whether you'd be open to some PRs.

I'm afraid the first two points would require a v1alpha2 schema upgrade but that could be automated for existing users so they wouldn't experience any issues?