From e42c611fe0be1429e43f7f65b6a3b1176505296b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 3 May 2007 18:44:41 +0200 Subject: [PATCH] NEWS.Debian: Added an example of explicit commands how to do the migration. --- debian/NEWS.Debian | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index d62e015..f176832 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -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. -- 2.30.2