Skip to content

Commit

Permalink
Merge pull request #4906 from EnterpriseDB/docs/edits_to_epas25_pt4873
Browse files Browse the repository at this point in the history
Edits to note
  • Loading branch information
nidhibhammar authored Oct 17, 2023
2 parents 1d4739e + f1b97c0 commit 195438c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ For more information about using `yum` commands and options, enter `yum --help`

!!! Important

If upgrading to version 15.4, or later, you should run `edb_sqlpatch`
If upgrading to version 15.4 or later, run `edb_sqlpatch`.

If the command responds that it has a number of patches needing to be applied like so:
The command might respond that it has a number of patches needing to be applied, for example:

```console
* database edb
0 patches were previously applied to this database.
58 patches need to be applied to this database.
```

Then it will be necessary to execute edb_sqlpatch to patch the system catalog. Run:
In this case, you need to run edb_sqlpatch to patch the system catalog:

```shell
edb_sqlpatch -af
```

!!!

For more information about using `edb_sqlpatch` commands and options, please see [edb_sqlpatch](/tools/edb_sqlpatch/) page.
For more information about using edb_sqlpatch commands and options, see [edb_sqlpatch](/tools/edb_sqlpatch/).

0 comments on commit 195438c

Please sign in to comment.