Skip to content

fix: remove invalid supautils.disable_program config#282

Open
everettbu wants to merge 1 commit into
masterfrom
fix/remove-invalid-supautils-config
Open

fix: remove invalid supautils.disable_program config#282
everettbu wants to merge 1 commit into
masterfrom
fix/remove-invalid-supautils-config

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of supabase/supabase#40412
Original author: sanki92


I have read the CONTRIBUTING.md file.

YES

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Fixes #40140

Database connections show a warning:

WARNING: invalid configuration parameter name "supautils.disable_program", removing it
DETAIL: "supautils" is now a reserved prefix.

This breaks Cloudflare Hyperdrive and causes connection test failures in DataGrip.

What is the new behavior?

No warning during connection. Reset the invalid parameter in jwt.sql initialization script.

Additional context

Older postgres images set this parameter, but newer PostgreSQL versions reserve the supautils prefix. Added ALTER DATABASE postgres RESET "supautils.disable_program"; to clean it up on init.

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

Successfully merging this pull request may close these issues.

2 participants