-
Notifications
You must be signed in to change notification settings - Fork 220
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
[Regression] Realtime fails on supabase cli v1.48.1 #997
Comments
I can confirm the same on my end. |
@sweatybridge I confirmed this by rolling back to @lauri865 try rolling back to |
This happened because we changed the postgres role to non-superuser in 1.47.1. I've updated realtime to use the |
@sweatybridge I'm not sure if this matters but there appear to be some other downstream effects of changing the postgres role. Since updating I continually see this message every time I refresh schema details in DataGrip
Looks like the reduced permissions have locked I also see the following errors when copying my supabase hosted staging db to my local development instance using
|
Bug report
Describe the bug
During local development, realtime fails to initialize with
Could not create schema migrations table
. This behavior started I believe somewhere around Supabase v1.48.1
To Reproduce
supabase start
Expected behavior
Realtime used to work in local development. This broke in a recent version of supabase cli.
Screenshots
N/A
System information
Additional context
This error fills the logs hundreds of times per second. There are no objects in the
realtime
schema in the database.The text was updated successfully, but these errors were encountered: