summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 691b661)
raw | patch | inline | side by side (parent: 691b661)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 3 May 2007 16:44:41 +0000 (18:44 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 3 May 2007 16:44:41 +0000 (18:44 +0200) |
debian/NEWS.Debian | patch | blob | history |
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index d62e015db2f139f91f9ca91c3855be0d517932d7..f1768322f9f14f43c8e1a8732e179ff769ebe21f 100644 (file)
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
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.