Skip to content

Commit

Permalink
Minor version update sqlpatch text modified
Browse files Browse the repository at this point in the history
  • Loading branch information
djw-m committed Oct 3, 2023
1 parent 59dd4ec commit c5e4a6a
Showing 1 changed file with 21 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,24 @@ yum update edb*

For more information about using `yum` commands and options, enter `yum --help` at the command line.

!!! If edb_sqlpatch result gives below message, it is necessary to execute edb_sqlpatch for system catalog.
Here is an output example:
```shell
* database edb
0 patches were previously applied to this database.
58 patches need to be applied to this database.
```
In this case , you need to execute this post rpm update:
```shell
edb_sqlpatch -af
```
For more information about using `edb_sqlpatch` commands and options, please see [edb_sqlpatch](https://www.enterprisedb.com/docs/tools/edb_sqlpatch/#overview) page.
!!! Important

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

If the command responds that it has a number of patches needing to be applied like so:

```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:

```shell
edb_sqlpatch -af
```

!!!

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

1 comment on commit c5e4a6a

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

Please sign in to comment.