Pollers are not working after librenms migration

Hi guys ,
i changed the HDD of my librenms server to SSD yesterday. i copy all the folder /opt/librenms and did a backup of the librenms.sql , reimported all into the new OS. i went through the configuration again, till the part of the creation of the database , since i had it. also i copied on /opt the previous folder.
OS is Centos 7.8.2003 64bit

[root@irena librenms]# su librenms
bash-4.2$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
bash-4.2$ ./validate.php

Component Version
LibreNMS 1.68-41-ge7f2de7
DB Schema 2020_09_24_000500_create_cache_locks_table (176)
PHP 7.4.11
Python 3.6.8
MySQL 5.5.65-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2
====================================

[OK] Composer Version: 1.10.13
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct

but graphs are empty , eventhough i copied them on the same location and change the permissions to librenms user

any ideas?
thanks in advance
Ervin

Why didn’t you dd or rsync the whole system?

i did not think about, further more the new drive i set needed a filesystem and an OS on top so rsync wouldn’t have changed the thing.
the librenms folder under /opt/ was copied with rsync
but under re-installation i think did not matched again , the only way to fix it was to delete the entire librenms that i had coppied over, (i kept only the database.sql) but the rrds were lost in the process.