]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3601] Added discussion of memfile lease file upgrading to admin guide
authorThomas Markwalder <tmark@isc.org>
Tue, 3 Nov 2015 19:51:21 +0000 (14:51 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 3 Nov 2015 19:51:21 +0000 (14:51 -0500)
doc/guide/admin.xml

index 90747989b8cc8fc23d873379f56ae54eaa17d5da..7d4ead03fb4f3ea45023c2f743979f365d84fd67 100644 (file)
         will create an empty lease file if one is not
         present. Necessary disk write permission is required.
       </para>
+      <section id="memfile-upgrade">
+        <title>Upgrading Memfile Lease Files from an Earlier Version of Kea</title>
+        <para>
+        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 <xref linkend="kea-lfc"/> for more information.
+        </para>
+      </section>
       <!-- @todo: document lease file upgrades once they are implemented in kea-admin -->
     </section>