I managed to get all the rrd files brought over, and did a mysqldump from the old, and imported into the new system.
All the old data from the original system looks intact on the new system.
All the old graph data came over fine. However, I'm not seeing any new updates to the existing graphs on the new system; the graph data stops at the time of the export/import.
It looks like the rrd files are updating:
Code: Select all
/usr/website/cacti/rra$ date
Wed Nov 15 14:33:43 UTC 2023
/usr/website/cacti/rra$ rrdtool last ds_3495.rrd
1700058843
/usr/website/cacti/rra$ date +%s
1700058853
It looks like all my configs from the old system were migrated as well.
Is there maybe a new setting in the newer system which needs to be updated? I noticed on the Configuration/Settings/Poller there are some additional values on the new system compared to the old. But it looks like a match for the settings with the same names.
I tried the Rebuild Poller Cache and Rebuild Resource Cache options in the System Utilities, but this didn't seem to help either.
I'm seeing no errors in the logs.
Any help would be appreciated.
Thanks!