From mysql. I don’t know how to access h2 now. MySQL is filled with users, devices, groups. I don’t care that much about historical data but users, groups and devices are critical.
Can’t recreate it manuall
login to mysql
mysql -u root -p
then
SHOW DATABASES;
I know how to get them from MySQL but how to import them to h2? Have no experience in h2 whatsoever
you must use some tool
but if you can connect to mysql, switch traccar to mysql database
use config for mysql
from where ?