Sunday , April 28 2024

PostgreSQL Database Patch

In today’s article, we will be implementing the Patch process in the PostgreSQL database.

Patching the PostgreSQL database is easier than other databases.

We can upgrade the version to the latest minor patch version with a single command.

The current version of our Database is 13.4.

Pre-patch database version

A backup of the database is taken before patching.

After the backup is taken, the database is closed.

PostgreSQL version is upgraded with the following command.

Patch

The patching process was completed successfully.

We open the database and check the version.

Database version after patch

Database version upgraded from 13.4 to 13.12.

Loading

About Melek Durdu

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories