mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-24 23:00:37 +00:00
pmgdb.adoc: new file
This commit is contained in:
parent
e62ceaf04e
commit
f07c4baff5
@ -27,6 +27,8 @@ include::pmg-planning-deployment.adoc[]
|
|||||||
|
|
||||||
include::pmgconfig.adoc[]
|
include::pmgconfig.adoc[]
|
||||||
|
|
||||||
|
include::pmgdb.adoc[]
|
||||||
|
|
||||||
// Return to normal title levels.
|
// Return to normal title levels.
|
||||||
:leveloffset: 0
|
:leveloffset: 0
|
||||||
|
|
||||||
@ -85,6 +87,13 @@ include::pmgconfig.1-synopsis.adoc[]
|
|||||||
|
|
||||||
:leveloffset: 0
|
:leveloffset: 0
|
||||||
|
|
||||||
|
*pmgdb* - Database Management Toolkit
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
:leveloffset: 1
|
||||||
|
include::pmgdb.1-synopsis.adoc[]
|
||||||
|
|
||||||
|
:leveloffset: 0
|
||||||
|
|
||||||
[appendix]
|
[appendix]
|
||||||
Service Daemons
|
Service Daemons
|
||||||
|
51
pmgdb.1-synopsis.adoc
Normal file
51
pmgdb.1-synopsis.adoc
Normal file
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
33
pmgdb.adoc
Normal file
33
pmgdb.adoc
Normal file
@ -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[]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user