From Fedora Project Wiki

Note.png
Associated release criterion
This test case is associated with the Fedora_40_Beta_Release_Criteria#postgresql-server-requirements release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

Test that the database server role is remotely accessible by default.

Setup

  1. Install the Fedora Server release you wish to test on a machine and install the database server
  2. On a second machine (the client) on the same network as the first, install the Package-x-generic-16.pngpostgresql package

How to test

  1. From the client, attempt to access the database server using the account and password you used when deploying the role, e.g. psql -U db_owner -h (server_hostname)

Expected Results

  1. The connection attempt should succeed and leave you connected to the server and able to perform normal operations (queries, table creation etc.)