Bugmark-Simulator / bugmark_simulation

A simulator for Bugmark to run experiments
Mozilla Public License 2.0
2 stars 1 forks source link

Permissions for table `trackers` #122

Open dmarti opened 5 years ago

dmarti commented 5 years ago

To avoid Grafana errors, workaround:

GRANT SELECT ON trackers TO grafana;

cc @malvikarao

dmarti commented 5 years ago

Notes on checking through the Grafana setup with @vinodahujauno

sudo -u postgres -i

# then as the postgres user...
psql -d bugmark_development
GRANT SELECT ON trackers to grafana
GeorgLink commented 5 years ago

Thank you for trouble shooting the system and sharing solutions here.

There may be other tables that grafana needs access to. In the install instructions, I tried to give read access to all tables in the database.

On Mon, Jun 3, 2019, 22:43 Don Marti notifications@github.com wrote:

Notes on checking through the Grafana setup with @vinodahujauno https://github.com/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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Bugmark-Simulator/bugmark_simulation/issues/122?email_source=notifications&email_token=ACDTSRNCPLG6HHNN65VX3NLPYV65LA5CNFSM4HSRVVJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW2UK6Q#issuecomment-498419066, or mute the thread https://github.com/notifications/unsubscribe-auth/ACDTSRL7NFQBNC6ZRMYAMNDPYV65LANCNFSM4HSRVVJQ .