mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-27 22:17:49 +00:00

minor rewordings and corrections in section "Command Line Tools" Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
48 lines
761 B
Plaintext
48 lines
761 B
Plaintext
[[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[]
|
|
pmgdb - Database Management Toolkit
|
|
===================================
|
|
:pmg-toplevel:
|
|
endif::manvolnum[]
|
|
|
|
The `pmgdb` toolkit is used to simplify common database management
|
|
tasks. It is primarily used internally to create and initialize
|
|
the default database. You can also use it to reset the filter rules
|
|
to factory defaults:
|
|
|
|
----
|
|
pmgdb reset
|
|
----
|
|
|
|
Or you can dump a human-readable copy of the filter rules:
|
|
|
|
----
|
|
pmgdb dump
|
|
----
|
|
|
|
|
|
ifdef::manvolnum[]
|
|
include::pmg-copyright.adoc[]
|
|
endif::manvolnum[]
|
|
|