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

permission denied for function pg_read_binary_file #110

Open
frodolooijaard opened this issue Jun 5, 2023 · 0 comments
Open

permission denied for function pg_read_binary_file #110

frodolooijaard opened this issue Jun 5, 2023 · 0 comments

Comments

@frodolooijaard
Copy link

For at least Postgres 15.4, the pglookout-user needs permission to use this function in the database it connects to, eg:

grant execute on function pg_read_binary_file(text) to pglookout;

This is not yet documented in the README.

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

No branches or pull requests

1 participant