Skip to content

Commit 444b979

Browse files
authored
Merge pull request #5905 from EnterpriseDB/release/2024-08-02a
2 parents 700ba44 + 0a9aaa9 commit 444b979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

product_docs/docs/epas/16/upgrading/minor_upgrade/05_performing_a_minor_version_update_of_an_rpm_installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ redirects:
55
- /epas/latest/epas_upgrade_guide/05_performing_a_minor_version_update_of_an_rpm_installation/
66
---
77

8-
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.
8+
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.
99

1010
!!! Note
11-
This procedure only performs an upgrade between minor EPAS releases. To upgrade to a later major release, use the [`pg_upgrade` procedure](../major_upgrade/).
11+
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/).
1212

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

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

25-
1. After you identify the package(s), update them:
25+
1. After you identify the packages, update them:
2626

2727
```shell
2828
dnf update <package_name>

0 commit comments

Comments
 (0)