diff --git a/product_docs/docs/pem/10/pem_rel_notes/pem_10.0.0_rel_notes.mdx b/product_docs/docs/pem/10/pem_rel_notes/pem_10.0.0_rel_notes.mdx index a15b6f9fb3c..8d22528e949 100644 --- a/product_docs/docs/pem/10/pem_rel_notes/pem_10.0.0_rel_notes.mdx +++ b/product_docs/docs/pem/10/pem_rel_notes/pem_10.0.0_rel_notes.mdx @@ -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 diff --git a/product_docs/docs/pem/10/pem_rel_notes/src/pem_10.0.0_rel_notes.yml b/product_docs/docs/pem/10/pem_rel_notes/src/pem_10.0.0_rel_notes.yml index d40108de284..74c47b2a0bf 100644 --- a/product_docs/docs/pem/10/pem_rel_notes/src/pem_10.0.0_rel_notes.yml +++ b/product_docs/docs/pem/10/pem_rel_notes/src/pem_10.0.0_rel_notes.yml @@ -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 diff --git a/product_docs/docs/pem/10/upgrading/upgrading_pem_installation/upgrading_pem_installation_linux_rpm.mdx b/product_docs/docs/pem/10/upgrading/upgrading_pem_installation/upgrading_pem_installation_linux_rpm.mdx index b317375b452..cb9e1c231ae 100644 --- a/product_docs/docs/pem/10/upgrading/upgrading_pem_installation/upgrading_pem_installation_linux_rpm.mdx +++ b/product_docs/docs/pem/10/upgrading/upgrading_pem_installation/upgrading_pem_installation_linux_rpm.mdx @@ -31,7 +31,7 @@ on an isolated network](../../installing/creating_pem_repository_in_isolated_net To upgrade a PEM server installation: ```shell -sudo upgrade edb-pem +sudo upgrade edb-pem ``` Where `` is the package manager used with your operating system: @@ -42,6 +42,7 @@ Where `` 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).