Skip to content

Commit

Permalink
Fixes from review
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Apr 4, 2024
1 parent 35af1ff commit 57ca526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ Run both steps.

## Worked example

In our example, we will be installing EDB Postgres Advanced Server 16 on Red Hat Enterprise Linux 9 (RHEL 9).
In our example, we will be installing EDB Postgres Advanced Server 14 on Red Hat Enterprise Linux 9 (RHEL 9).

!!! Note
PGD 4 does not support Postgres versions 15, 16, or later
!!!

### EDB account

Expand All @@ -28,9 +32,6 @@ Use your EDB account to sign in to the [EDB Repos 2.0](https://www.enterprisedb.
* EDB Postgres Extended (up to and including version 14)
* PostgreSQL (up to and including version 14)

!!! Note
PGD 4 does not support Postgres versions 15, 16, and later
!!!

Upon selecting the version of the Postgres server you want, two steps will be displayed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ If installing PGD with EDB Postgres Extended Server, there are a number of diffe
* The service name is edb-pge-NN.
* The system user is postgres (not enterprisedb)
* The home directory for the postgres user is `/var/lib/pgqsl`
* There are no pre-existing libraries to be added to `shared_preload_libraries`
* `shared_preload_libraries` is empty by default and will only need `$libdir/bdr` added to it.


### Installing PGD for Postgresql
Expand All @@ -326,7 +326,7 @@ If installing PGD with PostgresSQL, there are a number of differences from the E
* The service name is postgresql-NN.
* The system user is postgres (not enterprisedb)
* The home directory for the postgres user is `/var/lib/pgqsl`
* There are no pre-existing libraries to be added to `shared_preload_libraries`
* `shared_preload_libraries` is empty by default and will only need `$libdir/bdr` added to it.



0 comments on commit 57ca526

Please sign in to comment.