I try to migrate Cacti from a server A to a server B. Both are on Debian 6 and this is the same version of Cacti (0.8.7g)
I follow these steps :
- Backup cacti db on server A
- Disable Cacti cron on server A and B
- Backup all rra (for i in
find -name "*.rrd"
; do rrdtool dump $i > $i.xml; done) - Copy in server B and convert from xml to rrd
- Enable Cacti cron on server B
I see my previous graph but they don't refresh with the new datas. Memory usage is 0 on my graph... The same for the number of process
How to reactivate Cacti ?