When I use the procedure in github for migrating the database from SQLite to MySQL everything works well upto loading the generated grafana.sql into MySQL. I run into the following error:
[root@v5lqah0018:/etc/grafana]# mysql -u grafana -p grafana < /var/lib/grafana/grafana.sql
Enter password:
INSERT INTO `kv_store` (`id`,`org_id`,`namespace`,`key`,`value`,`created`,`updated`) VALUES (1,0,‘ngalert.migration’,‘currentAlertingType’,‘UnifiedAlerting’,‘2025-07-18 09:33:27’,‘2025-07-18 11:33:27.481075689+02:00’)
ERROR 1292 (22007) at line 289: Incorrect datetime value: ‘2025-07-18 11:33:27.481075689+02:00’ for column `grafana`.`kv_store`.`updated` at row 1
Any help would be appreciated.
