Code

NEWS.Debian: Added an example of explicit commands how to do the migration.
authorSebastian Harl <sh@tokkee.org>
Thu, 3 May 2007 16:44:41 +0000 (18:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 3 May 2007 16:44:41 +0000 (18:44 +0200)
debian/NEWS.Debian

index d62e015db2f139f91f9ca91c3855be0d517932d7..f1768322f9f14f43c8e1a8732e179ff769ebe21f 100644 (file)
@@ -10,6 +10,14 @@ collectd (4.0.0~rc6-1) experimental; urgency=low
   script creates the new RRD files in /tmp/collectd-4/ which can be moved to
   /var/lib/collectd/rrd/ if everything went right.
 
+  Thus, the migration can be done like this (you might want to backup your
+  data before):
+
+    /usr/lib/collectd/utils/migrate-3-4.px | bash
+    rm -rf /var/lib/collectd
+    mkdir /var/lib/collectd
+    mv /tmp/collectd-4 /var/lib/collectd/rrd
+
   Additionally, the syntax of the configuration file has changed slightly. All
   strings need to be surrounded by double quotes. See collectd.conf(5) for
   details.