Code

c9d71dca0acaf718f98531c74d27787527494789
[pkg-collectd.git] / debian / collectd.templates
1 Template: collectd/migration-3-4
2 Type: note
3 _Description: Layout of RRD files has changed
4  The layout of the RRD files created by collectd has changed significantly
5  since version 3.x. In order to keep your old data you have to migrate it.
6  This can be done by using /usr/lib/collectd/utils/migrate-3-4.px.
7  .
8  This step requires the perl and rrdtool packages which you do not currently
9  have installed. You need to perform the migration manually.
10  .
11  See /usr/share/doc/collectd/NEWS.Debian for details.
13 Template: collectd/auto-migrate-3-4
14 Type: boolean
15 Default: false
16 _Description: Automatically try to migrate your RRD files?
17  The layout of the RRD files created by collectd has changed significantly
18  since version 3.x. In order to keep your old data you have to migrate it.
19  This can be done by using /usr/lib/collectd/utils/migrate-3-4.px.
20  .
21  This step can be done automatically. In this case a backup of
22  /var/lib/collectd/ is made in /var/backups/. This script is still
23  experimental, though. Do not expect it to work in all cases.
24  .
25  See /usr/share/doc/collectd/NEWS.Debian for details.