Skip to content

Docs/pem 5549/dnf option #6704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ Kerberos authentication on all other supported platforms is unaffected.
Users of Kerberos on RHEL 9 should wait for a future release of PEM 10 before upgrading.
!!!

!!! Note
When upgrading to PEM 10 on RHEL-like systems you should use the following dnf command to prevent the upgrade being blocked by the removal of the obsolete edb-pem-docs package.

```shell
dnf upgrade edb-pem --allowerasing
dnf autoremove
```
!!!

New features, enhancements, bug fixes, and other changes in Postgres Enterprise Manager 10.0 include the following:

## Highlights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ intro: |
Users of Kerberos on RHEL 9 should wait for a future release of PEM 10 before upgrading.
!!!

!!! Note
When upgrading to PEM 10 on RHEL-like systems you should use the following dnf command to prevent the upgrade being blocked by the removal of the obsolete edb-pem-docs package.

```shell
dnf upgrade edb-pem --allowerasing
dnf autoremove
```
!!!

New features, enhancements, bug fixes, and other changes in Postgres Enterprise Manager 10.0 include the following:
highlights: |
- Support for grouping servers and agents into clusters, with automatic tagging of the server role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on an isolated network](../../installing/creating_pem_repository_in_isolated_net
To upgrade a PEM server installation:

```shell
sudo <package-manager> upgrade edb-pem
sudo <package-manager> upgrade edb-pem
```

Where `<package-manager>` is the package manager used with your operating system:
Expand All @@ -42,6 +42,7 @@ Where `<package-manager>` is the package manager used with your operating system
| zypper | SLES |
| apt-get | Debian and Ubuntu |

If upgrading from PEM 9 on a RHEL-like system, you may need to include the `--allowerasing` option to prevent the upgrade being blocked by the obsolete ebd-pem-docs package.

After upgrading the PEM server, you must configure the PEM server. For detailed information, see [Configuring the PEM server](#configuring-the-pem-server).

Expand Down