Skip to content

Commit

Permalink
Merge pull request #5938 from EnterpriseDB/release-2024-08-13a
Browse files Browse the repository at this point in the history
Release 2024/08/13 a
  • Loading branch information
djw-m authored Aug 13, 2024
2 parents 18e1b42 + 52e7eb0 commit b4c4e86
Show file tree
Hide file tree
Showing 1,957 changed files with 188 additions and 31,621 deletions.
52 changes: 26 additions & 26 deletions install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -678,22 +678,22 @@ products:
platforms:
- name: AlmaLinux 8 or Rocky Linux 8
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: AlmaLinux 9 or Rocky Linux 9
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 8 or OL 8
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 9
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 8
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: Debian 12
arch: x86_64
supported versions: [9]
Expand All @@ -702,45 +702,45 @@ products:
supported versions: [9]
- name: Debian 11
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: Ubuntu 22.04
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: SLES 15
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: SLES 15
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: SLES 12
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: SLES 12
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: Postgres Enterprise Manager agent
platforms:
- name: AlmaLinux 8 or Rocky Linux 8
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: AlmaLinux 9 or Rocky Linux 9
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 8 or OL 8
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 9 or OL 9
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 9
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: RHEL 8
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: Debian 12
arch: x86_64
supported versions: [9]
Expand All @@ -749,25 +749,25 @@ products:
supported versions: [9]
- name: Debian 11
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: Ubuntu 22.04
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: SLES 15
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: SLES 15
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: SLES 12
arch: x86_64
supported versions: [8, 9]
supported versions: [9]
- name: SLES 12
arch: ppc64le
supported versions: [8, 9]
supported versions: [9]
- name: PostgreSQL
platforms:
- name: RHEL 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

{% block frontmatter %}
{{super()}}
description: Installation instructions for EDB Postgres Extended Server on Linux.
{% endblock frontmatter %}
{% block navigation %}
{{- super() -}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ After fulfilling the prerequisites and completing the installation procedure des

2. Configure authentication on the Postgres backend database by updating the `pg_hba.conf` file.

Make the following changes manually, prior to configuration. (Additional changes are necessary during [configuration](/pem/8/installing/configuring_the_pem_server_on_linux.mdx).)
Make the following changes manually, prior to configuration. (Additional changes are necessary during [configuration](../configuring_the_pem_server_on_linux.mdx).)

- To create the relations required for PEM, the PEM configuration script connects to the Postgres backend database as a superuser of your choice using password authentication. This requires you to permit your chosen superuser to authenticate using a password. This user must be able to connect from any location where you run the configuration script. In practice, this means the server where the backend database is located and the server where the PEM web application is to be installed, if they're different.

Expand Down
54 changes: 0 additions & 54 deletions product_docs/docs/pem/8/changing_default_port.mdx

This file was deleted.

This file was deleted.

Loading

2 comments on commit b4c4e86

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.