Online Documentation for DB Extract for PostgreSQL
General and Connection sections
The very first section of DB Extract configuration file is [#General#] - the product name and its major version are indicated in this section.
The [#Connection#] section corresponds to the values entered on Step 1 of Wizard application.
The configuration parameters are listed below.
The section contains database connection parameters: Host, Login and Password. These parameters are obligatory.
Remote
0 = local connection
1 = remote connection
SSHHostName, SSHPort, SSHUserName, SSHPassword values correspond to the settings for connection via SSH Tunnel (if used)
SSHKeyFile
The path to the Private Key used for the SSH connection (if SSHUseKeyFile = True)
PassPhrase
This parameter has a value only if a SSH Private Key is used for the SSH connection
TunnelType
Indicates the type of the tunneling being used: SSH, HTTP, or none (TunnelType = ttNotUse)
HTTPUrl
Contains the URL to the emsproxy.php script file uploaded to your web-server (for HTTP tunneling)
CharSet
Stores the client character set specified for the connection
See also: |