we have grafana 7.5.7 installed using mysql to store all config data, and now we want to upgrade grafana to latest 8.3.x.
the problem is our db user is read-only, and do not have create/update permission of schema, what we can only do is prepare DDL sql and using CI/CD tools to execute.
so, I’m wondering is there any way to generate upgrade SQL, or backup all data and restore them to a new db schema?
look forward any kinds of response, thanks first.