Replies: 4 comments 5 replies
-
I would contact support or file an issue in supabase/postgres. |
Beta Was this translation helpful? Give feedback.
-
I'm also seeing this issue from pgmq previously installed via dbdev. Watching |
Beta Was this translation helpful? Give feedback.
-
I am having same sequence like errors with queues created with the new Queues integration. Initially everything worked fine, but next day, we started getting the error. Already filed a ticket support. Hopefully this gets fixed soon. |
Beta Was this translation helpful? Give feedback.
-
For anyone it may help... To fix this I ended up migrating my database and all schema, data and storage uploads to a new supabase project. This time, when setting up the schema I used the supabase UI to install the pgmq extension instead of installing via supabase-dbdev. This was a pain but not out of the question for me because I already had a process in place for migrating between projects due to my development workflow, but would be difficult for someone who doesn't already have that set up. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I’m experiencing an issue with the
pgmq
extension, which I installed using dbdev a few months ago in my Supabase instance. Everything was working fine until today, and now I’m encountering problems like:In
psql
console I see lack of permissions forpgmq.q_entity_event_msg_id_seq
:On localhost / previously in Supabase this specific permission was:
When I try to grant permissions:
I cannot grant permissions to postgres user and instead user
supabase_admin
shows up.I cannot uninstall my extension:
I'm looking for a help how to fix this issue.
Beta Was this translation helpful? Give feedback.
All reactions