]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2039] document kea-admin lease-upload
authorAndrei Pavel <andrei@isc.org>
Wed, 22 Dec 2021 12:22:05 +0000 (14:22 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 21 Jan 2022 16:16:31 +0000 (16:16 +0000)
doc/sphinx/arm/admin.rst
doc/sphinx/man/kea-admin.8.rst

index 12f9f8de2e92f6d025e5ff9fb77bf0d28d132ff9..1149d07222d62c6e85063678117ba904739f09c1 100644 (file)
@@ -68,6 +68,10 @@ currently supported commands are:
    Alternatively, it can be used as a diagnostic tool, so it provides a portable
    form of the lease data.
 
+-  ``lease-upload`` — uploads leases from a CSV (comma-separated values) text
+   file to a MySQL or a PostgreSQL lease database. The CSV file needs to be in
+   memfile format.
+
 ``backend`` specifies the type of backend database. The currently
 supported types are:
 
index b160371b4a622bd5e3e45e4b091b0a92bb1d3833..53a38f964cb59a61f546fd1d4985ec1040d26621 100644 (file)
@@ -52,6 +52,10 @@ Arguments
       Alternatively, it can be used as a diagnostic tool, so it provides a portable
       form of the lease data.
 
+   ``lease-upload``
+      Uploads leases from a CSV (comma-separated values) text file to a MySQL or
+      a PostgreSQL lease database. The CSV file needs to be in memfile format.
+
    ``stats-recount``
       Recounts lease statistics for a MySQL or PostgreSQL database.