grafana / database-migrator

Code to export grafana.db (sqlite) to MySQL-compatible SQL file, to assist in migration of Grafana data to MySQL-compatible DB.
Apache License 2.0
95 stars 15 forks source link

Error: near line ##: in prepare, near "-": syntax error (1) #17

Open brunoreinaldo opened 1 year ago

brunoreinaldo commented 1 year ago

Hello, I'm having error message when executing the migration script, does someone have an ideia of what it could be? Ubuntu 22.04 Grafana 10.0 Sqlite3 3.37.2

image

lucafolin commented 1 year ago

same error for me as well. Is there a solution ?

bunghi commented 10 months ago

fixed by using gawk instead of awk