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

lib: add missing psql permissions for 'nobody' user #547

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

alialnu
Copy link
Contributor

@alialnu alialnu commented Jul 31, 2023

Grants UPDATE and SELECT privileges on patchwork_cover_id_seq and
patchwork_covercomment_id_seq tables for user 'nobody' to resolve ProgrammingError
exceptions.

Related changes:
5b53f46
7b967db

Grants UPDATE and SELECT privileges on patchwork_cover_id_seq table
for user 'nobody' to fix the following exception when cover letters
are being parsed:
django.db.utils.ProgrammingError: permission denied for sequence
  patchwork_cover_id_seq

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
@alialnu alialnu changed the title lib: add missing permissions for patchwork_cover_id_seq lib: add missing psql permissions for 'nobody' user Aug 1, 2023
Grants UPDATE and SELECT privileges on patchwork_covercomment_id_seq table
for user 'nobody' to fix the following exception when cover comments
are being parsed:
django.db.utils.ProgrammingError: permission denied for sequence
  patchwork_covercomment_id_seq

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
@stephenfin stephenfin merged commit 3ede6b3 into getpatchwork:main Aug 1, 2023
16 of 20 checks passed
@stephenfin
Copy link
Member

Thanks, as always 👍

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