Skip to content

PostgreSQL Menu

1. PostgreSQL Server

PostgreSQL server connection configuration used for database operations by subscriptions.

Fields

  1. Server Name - Display name (required, tracked)
  2. Server IP - PostgreSQL host address (required, tracked)
  3. Port - Connection port (required, default: 5432)
  4. Username - PostgreSQL user for authentication
  5. Password - PostgreSQL password
  6. Country - Server physical location country
  7. State - Server physical location state/province
  8. 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.