You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ***@***.***> 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
<#122?email_source=notifications&email_token=ACDTSRNCPLG6HHNN65VX3NLPYV65LA5CNFSM4HSRVVJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW2UK6Q#issuecomment-498419066>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDTSRL7NFQBNC6ZRMYAMNDPYV65LANCNFSM4HSRVVJQ>
.
To avoid Grafana errors, workaround:
cc @malvikarao
The text was updated successfully, but these errors were encountered: