Hi,
I am currently trying to move my grafana instance from sqlite3 to mysql, due to external circumstances.
My grafana has existed from version 10 and has been patched all the way up to 13.2 where it is now. My DB backend has consistently been sqlite3 for that time. I now want to move but when executing the migration steps as outlined here (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.) my older Dashboard versions only get synced, with the most recent changes being the one before unified storage migration.
How do I make so that my changes that have been done SINCE the unified storage migration also get reflected? From what i understand those are represented in the resource table which I am also migrating to the new DB.
Thanks!