Hi,
Has anyone any experience with migrating dashboards from 5.0 LTS (5.0.36) to 6.0 LTS (6.0.19).
I already tried the mysqldump to import the dump from 5.0, but too much has changed in 6.0 to directly import it. And I don't want to modify all the lines in the mysqldump file.
So I deviced a python script to extract all the info from the 5.0 server and now I'm stuck in putting the info into the 6.0 server. On the documentation it's stated for the dashboard.create that pages is an array, but I have no clue on what the exact layout of that array in Python should be.
Any help would be appreciated!
Thanks in advance,
Richard
Has anyone any experience with migrating dashboards from 5.0 LTS (5.0.36) to 6.0 LTS (6.0.19).
I already tried the mysqldump to import the dump from 5.0, but too much has changed in 6.0 to directly import it. And I don't want to modify all the lines in the mysqldump file.
So I deviced a python script to extract all the info from the 5.0 server and now I'm stuck in putting the info into the 6.0 server. On the documentation it's stated for the dashboard.create that pages is an array, but I have no clue on what the exact layout of that array in Python should be.
Any help would be appreciated!
Thanks in advance,
Richard
Comment