]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmgdb.adoc: new file
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Feb 2017 16:41:55 +0000 (17:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Feb 2017 16:44:52 +0000 (17:44 +0100)
pmg-admin-guide.adoc
pmgdb.1-synopsis.adoc [new file with mode: 0644]
pmgdb.adoc [new file with mode: 0644]

index 47905ef3d271316395afbae91ccf10dc7cd5dcd7..1d0bce5cdabc49a0581e23723d8496bc0bd2a3e9 100644 (file)
@@ -27,6 +27,8 @@ include::pmg-planning-deployment.adoc[]
 
 include::pmgconfig.adoc[]
 
+include::pmgdb.adoc[]
+
 // Return to normal title levels.
 :leveloffset: 0
 
@@ -85,6 +87,13 @@ include::pmgconfig.1-synopsis.adoc[]
 
 :leveloffset: 0
 
+*pmgdb* - Database Management Toolkit
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+:leveloffset: 1
+include::pmgdb.1-synopsis.adoc[]
+
+:leveloffset: 0
 
 [appendix]
 Service Daemons
diff --git a/pmgdb.1-synopsis.adoc b/pmgdb.1-synopsis.adoc
new file mode 100644 (file)
index 0000000..d53aeae
--- /dev/null
@@ -0,0 +1,51 @@
+*pmgdb* `<COMMAND> [ARGS] [OPTIONS]`
+
+*pmgdb delete*
+
+Delete PMG rule database.
+
+
+
+*pmgdb dump*
+
+Print the PMG rule database.
+
+
+
+
+*pmgdb help* `[<cmd>]` `[OPTIONS]`
+
+Get help about specified command.
+
+`<cmd>`: `<string>` ::
+
+Command name
+
+`-verbose` `<boolean>` ::
+
+Verbose output format.
+
+
+
+
+*pmgdb init* `[OPTIONS]`
+
+Initialize/Upgrade the PMG rule database.
+
+`-force` `<boolean>` ('default =' `0`)::
+
+Delete existing database.
+
+`-statistics` `<boolean>` ('default =' `0`)::
+
+Reset and update statistic database.
+
+
+
+*pmgdb update*
+
+Update the PMG statistic database.
+
+
+
+
diff --git a/pmgdb.adoc b/pmgdb.adoc
new file mode 100644 (file)
index 0000000..a1f78ee
--- /dev/null
@@ -0,0 +1,33 @@
+[[chapter_pmgdb]]
+ifdef::manvolnum[]
+pmgdb(1)
+========
+:pmg-toplevel:
+
+NAME
+----
+
+pmgdb - Proxmox Mail Gateway Database Management Toolkit
+
+
+SYNOPSIS
+--------
+
+include::pmgdb.1-synopsis.adoc[]
+
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+ifndef::manvolnum[]
+Database Management Toolkit
+===========================
+:pmg-toplevel:
+endif::manvolnum[]
+
+Toolkit to simplify common database management tasks.
+
+ifdef::manvolnum[]
+include::pmg-copyright.adoc[]
+endif::manvolnum[]
+