Łukasz Gryglicki
                                            Łukasz Gryglicki
                                        
                                    1. I'm not using provisioning. 2. I'm not adding any permissions - all those dashboards are public - should be available for all users - there is no sign in...
Hi, don't have time for it, working 12+ hours everyday, I'll just wait when this is resolved and switch to `9.X` only then. Also Grafana runs in K8s so I...
If this is the only way, I will try to add this to my init scripts for grafana pods. But not earlier than on Friday or next Monday.
Any news here? Is there a 9.X version that fixes this?
Any updates?
As I said, I can run it inside a grafana pod, but it will be lost when pod gets recreated. I can add this to pod startup script and see...
So updating to the newest `9.1.3` is `NOT` solving the issue: Trying SQL approach...
OK I've `bash`'ed to Grafana pod running 9.1.3 and did: ``` vim sql.sql cat sql.sql DELETE FROM builtin_role where role_id IN (SELECT id FROM role WHERE name LIKE 'managed:%'); DELETE...
Reverted back to 8.5.15 (but kept that SQL in my init scripts, it seems to make no harm on 8.X and doesn't help in 9.X), still cannot use 9.x :(