ERROR: This RRD was created on another architecture

You will get this error during cPanel account transfer time or with cPanel package account script.

Copying Bandwidth Data……[username]-all-rate.rrd….[username]-imap.rrd….[username]-http-peak.rrd..ERROR: This RRD was created on another architecture

To fix this issue do the following bash script:

#!/bin/bash
cd /var/cpanel/bandwidth
for i in `/bin/ls *.rrd`
do
/usr/local/cpanel/3rdparty/bin/rrdtool dump $i > $i.xml
/usr/local/cpanel/3rdparty/bin/rrdtool restore -f $i.xml $i
rm -vf $.xm
done

Second, you can try “Skip Bandwidth data” for the domain that you get this error.