Skip to content

Commit

Permalink
Merge pull request #5905 from EnterpriseDB/release/2024-08-02a
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer authored Aug 2, 2024
2 parents 700ba44 + 0a9aaa9 commit 444b979
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ redirects:
- /epas/latest/epas_upgrade_guide/05_performing_a_minor_version_update_of_an_rpm_installation/
---

If you are upgrading a Red Hat Enterprise Linux-based system (or a compatible system such as Rocky Linux, Alma Linux, Oracle Linux), then you used an RPM package to install EDB Postgres Advanced Server. To perform a minor upgrade on these systems, use the `dnf` package manager.
If you're upgrading a Red Hat Enterprise Linux-based system or a compatible system such as Rocky Linux, Alma Linux, Oracle Linux, then you used an RPM package to install EDB Postgres Advanced Server. To perform a minor upgrade on these systems, use the `dnf` package manager.

!!! Note
This procedure only performs an upgrade between minor EPAS releases. To upgrade to a later major release, use the [`pg_upgrade` procedure](../major_upgrade/).
This procedure performs an upgrade only between minor EDB Postgres Advanced Server releases. To upgrade to a later major release, use the [`pg_upgrade` procedure](../major_upgrade/).

1. To list the package updates that are available for your system, open a command line, assume root privileges, and run:

Expand All @@ -22,7 +22,7 @@ If you are upgrading a Red Hat Enterprise Linux-based system (or a compatible sy
dnf check-update edb*
```

1. After you identify the package(s), update them:
1. After you identify the packages, update them:

```shell
dnf update <package_name>
Expand Down

2 comments on commit 444b979

@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.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://66acf93f388a076f774ab25b--edb-docs.netlify.app

Please sign in to comment.