wbh1 / grafana-sqlite-to-postgres

Grafana SQLite to Postgres Database Migrator
MIT License
97 stars 26 forks source link

feat: Added support for Grafana 8 #24

Closed su-tiko closed 2 years ago

su-tiko commented 2 years ago

Added two new columns to TableChanges:

Table alert_configuration needed default column mapped as boolean. Added new column is_service_account to user table.

I performed a migration from Grafana 8 and it looks like everything is working properly.

wbh1 commented 2 years ago

This looks great! Thanks for doing this. CI is failing because of an old Go version, but this should build fine once merged.