X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcollectd-core.templates;h=02b301c13a8453324a91961ef9243204d276e582;hb=372e5b9ea9367f1e35d503503a6b1b708d3f9c11;hp=e727097847fe875751adbc6785c7e5e810d0ce6f;hpb=b96eccf12f067dcbde984548f4f1d371252a7ac9;p=pkg-collectd.git diff --git a/debian/collectd-core.templates b/debian/collectd-core.templates index e727097..02b301c 100644 --- a/debian/collectd-core.templates +++ b/debian/collectd-core.templates @@ -3,12 +3,12 @@ Type: note _Description: Layout of RRD files has changed The layout of the RRD files created by collectd has changed significantly since version 3.x. In order to keep your old data you have to migrate it. - This can be done by using /usr/lib/collectd-core/utils/migrate-3-4.px. + This can be done by using /usr/lib/collectd/utils/migrate-3-4.px. . This step requires both the perl and the rrdtool packages to be installed, which is currently not the case. You need to perform the migration manually. . - See /usr/share/doc/collectd-core/NEWS.Debian for details. + See /usr/share/doc/collectd-core/NEWS.Debian.gz for details. Template: collectd/auto-migrate-3-4 Type: boolean @@ -16,13 +16,41 @@ Default: false _Description: Automatically try to migrate your RRD files? The layout of the RRD files created by collectd has changed significantly since version 3.x. In order to keep your old data you have to migrate it. - This can be done by using /usr/lib/collectd-core/utils/migrate-3-4.px. + This can be done by using /usr/lib/collectd/utils/migrate-3-4.px. . This step can be done automatically. In this case a backup of /var/lib/collectd/ is made in /var/backups/. This script is still experimental, though. Do not expect it to work in all cases. . - See /usr/share/doc/collectd-core/NEWS.Debian for details. + See /usr/share/doc/collectd-core/NEWS.Debian.gz for details. + +Template: collectd/migration-4-5 +Type: note +_Description: Layout of RRD files has changed in version 5.0 + The layout of some RRD files created by collectd has changed since version + 4.x. In order to keep your old data you have to migrate it. This can be done + by using /usr/lib/collectd/utils/migrate-4-5.px. + . + This step requires both the perl and the rrdtool packages to be installed, + which is currently not the case. You need to perform the migration manually. + . + See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at + for details. + +Template: collectd/auto-migrate-4-5 +Type: boolean +Default: false +_Description: Automatically try to migrate your RRD files? + The layout of some RRD files created by collectd has changed since version + 4.x. In order to keep your old data you have to migrate it. This can be done + by using /usr/lib/collectd/utils/migrate-4-5.px. + . + This step can be done automatically. In this case a backup of + /var/lib/collectd/ is made in /var/backups/. This script is still + experimental, though. Do not expect it to work in all cases. + . + See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at + for details. Template: collectd/postrm_purge_data Type: boolean