インストール確認 2022-05-30 追記 インストール確認 CentOS 8 でPostgreSQLが入っているものの起動できないので その対象法を、書き留めておく まずサービスの確認 # systemctl list-unit-files -t service postgresql.service disabledpostgresql@.service disabled サービスはある。起動してみる # systemctl start postgresql.service Job for postgresql.service failed because the control proc…