If a vulnerability is found in PostgreSQL 15, upgrade PostgreSQL
15.
-
Log in to the management server as the root user.
If you log in as an ordinary user, use the sudo command to complete the following procedure as the root user.
-
Download PostgreSQL 15, and store it on the management server where Common Services is
installed.
For details on the versions of PostgreSQL 15 that are supported by Common Services, see the Hitachi Ops Center Release Notes.
- Stop the Common Services service.
-
Run the following command to stop the Common Services database:
systemctl stop postgresql-15@csportal.service postgresql-15@csidp.service
-
Run the rpm command to upgrade the RPM package for
PostgreSQL 15.
rpm -Uv PostgreSQL-15-package-name postgresql15-libs-package-name postgresql15-server-package-name
-
Run the following command to start the Common Services database:
systemctl start postgresql-15@csportal.service postgresql-15@csidp.service
- Start the Common Services service.