PostgreSQL Menu
1. PostgreSQL Server
PostgreSQL server connection configuration used for database operations by subscriptions.
Fields
- Server Name - Display name (required, tracked)
- Server IP - PostgreSQL host address (required, tracked)
- Port - Connection port (required, default: 5432)
- Username - PostgreSQL user for authentication
- Password - PostgreSQL password
- Country - Server physical location country
- State - Server physical location state/province
- Active - Whether the server is available (default: True)
Caution
Make sure the PostgreSQL user is added to pg_hba.conf and remote connections are allowed in postgresql.conf if the database server is on a different host.