Can I use MSSQL/Oracle as a database for grafana? If so, can you please let me know how can I restore grafana.db in mysql to MSSQL? Can you please help?

Can I use MSSQL/Oracle as a database for grafana? If so, can you please let me know how can I restore grafana.db in mysql to MSSQL? Can you please help?

Welcome

I cant find any documentation that says you can or you cannot. In your grafana.ini under your conf folder this is what I see

#################################### Database ############################
[database]
# You can configure the database connection by specifying type, host, name, user and password
# as separate properties or as on string using the url property.

# Either "mysql", "postgres" or "sqlite3", it's your choice
type = sqlite3
host = 127.0.0.1:3306
name = grafana
user = root