Upgrading PostgreSQL 15

Ops Center Installation and Configuration Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99OPS001-23
If a vulnerability is found in PostgreSQL 15, upgrade PostgreSQL 15.
  1. 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.
  2. 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.
  3. Stop the Common Services service.
  4. Run the following command to stop the Common Services database:
    systemctl stop postgresql-15@csportal.service postgresql-15@csidp.service
  5. 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
  6. Run the following command to start the Common Services database:
    systemctl start postgresql-15@csportal.service postgresql-15@csidp.service
  7. Start the Common Services service.