From: Sebastian Harl Date: Thu, 3 May 2007 16:44:41 +0000 (+0200) Subject: NEWS.Debian: Added an example of explicit commands how to do the migration. X-Git-Tag: collectd-4.0.2-1~42 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e42c611fe0be1429e43f7f65b6a3b1176505296b;p=pkg-collectd.git NEWS.Debian: Added an example of explicit commands how to do the migration. --- 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.