]>
Commit | Line | Data |
---|---|---|
9e4481a5 DM |
1 | ifdef::manvolnum[] |
2 | pmgtunnel(8) | |
3 | ============ | |
4 | :pmg-toplevel: | |
5 | ||
6 | NAME | |
7 | ---- | |
8 | ||
9 | pmgtunnel - Proxmox Mail Gateway Cluster Tunnel Daemon | |
10 | ||
11 | ||
12 | SYNOPSIS | |
13 | -------- | |
14 | ||
15 | include::pmgtunnel.8-synopsis.adoc[] | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
19 | endif::manvolnum[] | |
20 | ||
21 | ifndef::manvolnum[] | |
22 | pmgtunnel - Cluster Tunnel Daemon | |
23 | ================================= | |
24 | endif::manvolnum[] | |
25 | ||
571cbbdf | 26 | This daemon creates an ssh tunnel to the Postgres databases on other |
b2e39000 | 27 | cluster nodes (port 5432). The tunnel is used to synchronize the |
571cbbdf DW |
28 | database, using an application-specific, asynchronous replication |
29 | algorithm. | |
9e4481a5 DM |
30 | |
31 | ifdef::manvolnum[] | |
32 | include::pmg-copyright.adoc[] | |
33 | endif::manvolnum[] |