Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supabase bootstrapping #157

Open
prskr opened this issue Jul 1, 2024 · 0 comments
Open

Supabase bootstrapping #157

prskr opened this issue Jul 1, 2024 · 0 comments

Comments

@prskr
Copy link

prskr commented Jul 1, 2024

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:

  • Supabase creates extensions WITH SCHEMA which isn't supported right now
  • Supabase creates schemas WITH AUTHORIZATION which isn't supported right now as well
  • it's not possible to customize the 'managed' DB after creation apart from schemas and extensions e.g. by running some initial migrations

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant