wbh1 / grafana-sqlite-to-postgres

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

Feature: Log SQL errors instead of failing #16

Closed wbh1 closed 4 years ago

wbh1 commented 4 years ago

Issues like #15 and #11 are caused by being too strict on what constitutes exiting the program. Rather than giving explicit version guarantees, the program should just log warnings if SQL commands fail.

The tool that this repo was inspired by does precisely that.

wbh1 commented 4 years ago

Fixed in #17