wbh1 / grafana-sqlite-to-postgres

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

feat: Reduce manual steps prior to running migration tool #35

Open wbh1 opened 1 year ago

wbh1 commented 1 year ago

As reported in #32 and elsewhere, users often run into issues where they did not run an instance of Grafana connected to their destination Postgres database. This causes the migration to fail because Grafana did not create the tables that we're dumping data into.

Possible solutions: