This is a discussion on Re: [rrd-users] (no subject) within the RRD Users forums, part of the Networking and Network Related category; On Fri, Jun 22, 2007 at 08:01:02AM -0700, Valeria Gomez wrote: > Hi everybody. > > I need ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, Jun 22, 2007 at 08:01:02AM -0700, Valeria Gomez wrote:
> Hi everybody. > > I need to migrate some RRD files from a machine to another, both with different versions of RRD tool. > The first machine has RRDtool 1.0.49 Copyright 1997-2004 and the other, RRDtool 1.2.11 Copyright 1997-2005. > > If I copy the file directly from a machine to another, I get the following message: > rrdtool info 37854.rrd > ERROR: This RRD was created on other architecture > > If I make a rrdtool dump and then a rrdtool restore, I get the following message: > rrdtool restore 73/31740.xml 73/31740.rrd > ERROR: Can only restore version >= 2 (Not ). Dump your old rrd using a current rrdtool dump. > > Any idea? You have copied the solution in your message: "Dump your old rrd using a current rrdtool dump." Thus: install v1.2 on the source machine, dump your db, restore on the target. HTH -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |