From: Thomas Markwalder Date: Tue, 3 Nov 2015 19:51:21 +0000 (-0500) Subject: [3601] Added discussion of memfile lease file upgrading to admin guide X-Git-Tag: trac4121_base~2^2~2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91a9427f7feaadb4b18bcd2c151918ae3e0510b6;p=thirdparty%2Fkea.git [3601] Added discussion of memfile lease file upgrading to admin guide --- diff --git a/doc/guide/admin.xml b/doc/guide/admin.xml index 90747989b8..7d4ead03fb 100644 --- a/doc/guide/admin.xml +++ b/doc/guide/admin.xml @@ -150,6 +150,21 @@ will create an empty lease file if one is not present. Necessary disk write permission is required. +
+ Upgrading Memfile Lease Files from an Earlier Version of Kea + + There are no special steps required to upgrade memfile lease files + from earlier version of Kea to a new version of Kea. During startup, + Kea's DHCP servers will automatically detect memfile lease files that + need upgrading and will launch an invocation of the LFC process to + convert them. This should only occur the first time the files are + encountered. + + If you wish to convert the files manually, prior to starting the + servers you may do so by running the LFC process yourself, + see for more information. + +