
It is straight forward process as mentioned on observium docs
phobos:/opt/observium# for i in `find . -name *.rrd`; do ssh sphere rrdtool dump /opt/observium/$i > /tmp/$(basename $i) rm $i rrdtool restore /tmp/$(basename $i) $i rm /tmp/$(basename $i) done
exact URL: http://www.observium.org/docs/architecture_migration/
you have to keep one thing in mind that architecture should be the same, you need consideration if you are moving from 32 bit architecture to 64bit system.
you can also take dump of your current db and restore it on new machine. this will replicate everything including traffic bills, rules and groups.
Cheers, A
On Thu, Feb 16, 2017 at 8:16 PM, Pedrosi, Derek G. < pedrosi@millercanfield.com> wrote:
What is the procedure for moving observium to a new box? I know I’ve seen snippets of this in email before, but I am unable to track down a procedure.
Also, are there any issues that would occur moving from Debian (currently wheezy) to Ubunut 16?
Thanks,
derek
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium