42501 : permission denied for table http_request_queue #21450
Replies: 3 comments 2 replies
-
These resulted in
However uninstalling/reinstalling Is the cause known, what can we do to prevent this from happening in the future? |
Beta Was this translation helpful? Give feedback.
-
The error I received was |
Beta Was this translation helpful? Give feedback.
-
Hello everybody, We have been actively investigating this issue and have determined that it's an issue stemming from a permission reset triggered as part of the execution of pg_upgrade, the underlying process used to run database upgrades. We have merged a fix to address this, which has recently been deployed to our production platform. |
Beta Was this translation helpful? Give feedback.
-
If you're currently blocked by the above error, please run the following in your Supabase SQL editor:
select * from net.http_request_queue
and make sure it's empty.drop extension pg_net; create extension pg_net schema extensions;
Beta Was this translation helpful? Give feedback.
All reactions