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

Permissions for table trackers #122

Open
dmarti opened this issue Jun 3, 2019 · 2 comments
Open

Permissions for table trackers #122

dmarti opened this issue Jun 3, 2019 · 2 comments

Comments

@dmarti
Copy link

dmarti commented Jun 3, 2019

To avoid Grafana errors, workaround:

GRANT SELECT ON trackers TO grafana;

cc @malvikarao

@dmarti
Copy link
Author

dmarti commented Jun 3, 2019

Notes on checking through the Grafana setup with @vinodahujauno

  • Grafana version 5.0 is fine, it works.

  • Permissions for Postgres need the above workaround.

sudo -u postgres -i

# then as the postgres user...
psql -d bugmark_development
GRANT SELECT ON trackers to grafana

@GeorgLink
Copy link
Member

GeorgLink commented Jun 4, 2019 via email

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

2 participants