Importing sqlite3 to MySQL in a semi non painful way.

The example I will give below should work for most data. I needed to import dashboards for graphite in sqlite3 format to MySQL which is our now standard backend. This is the rough steps I used. Get that file from /opt/graphite/storage/graphite.db then dump it like it is 1982: Grab that wonderful python script. I am […]