Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add edb_sqlpatch information on minor version up page for EPAS 15 manual #4861

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,25 @@ yum update edb*
The `yum update` command performs an update only between minor releases. To update between major releases, use `pg_upgrade`.

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

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