dictvm

Results 10 comments of dictvm

I can reproduce this with the latest docker image of Grafana on localhost. The backup is working fine but restoring isn't possible.

Thanks. I've tried to create an empty dashboard with the same name of the dashboard from the backup, which `grafcli` recognized and prompted if it should overwrite its content: >...

Looks good, I just tested it locally. I'll attempt to migrate our production Grafana today. I'm expecting that it'll work now. Thanks!

My local tests succeeded, but in production I could not fully restore from the backup. After restoring 5 dashboards I'm hitting a 500: ``` grafcli restore backup.tgz remote/remote.tld ] 2:58...

Did your friend have any ideas?

This is still an issue: ``` kubectl version Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.2", GitCommit:"17c77c7898218073f14c8d573582e8d2313dc740", GitTreeState:"clean", BuildDate:"2018-10-30T21:39:16Z", GoVersion:"go1.11.1", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.8", GitCommit:"7eab6a49736cc7b01869a15f9f05dc5b49efb9fc", GitTreeState:"clean", BuildDate:"2018-09-14T15:54:20Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}...

@rfay Thanks, that's exactly the problem I'm having. I'll keep an eye on that!

I'm facing the same issue. These are the logs of the dbmigrate pod and the job: https://gist.github.com/dictvm/0d8200f323b2d8aeaf9638a1521d20b0

@waldemarschroeder thanks, but this doesn't help when using the Helm Chart. For some reason the `db-migrate` is not being created when installing the chart.

Hey there, thanks! We fixed the issue by moving the db-migrate job to an initContainer in the mastodon-web Deployment. We'll probably provide a PR some time next week, in case...