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

Ensure that any pgmq sequences owned by supabase_admin are transferred to postgres #1384

Closed
wants to merge 1 commit into from

Conversation

olirice
Copy link
Contributor

@olirice olirice commented Dec 19, 2024

Ensure that any pgmq sequences owned by supabase_admin are transferred to postgres

Tables are being correctly associated with postgres on restore but any sequence created before-pause are currently shifting ownership to supabase_admin

The permissions change is narrowly scoped to:

  • sequences
  • in the pgmq schema
  • currently owned by supabase_admin

@olirice olirice requested a review from a team as a code owner December 19, 2024 15:52
@olirice
Copy link
Contributor Author

olirice commented Dec 19, 2024

Realized why this is happening to sequences. going to solve it in the on-pause hook instead

@olirice olirice closed this Dec 19, 2024
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