Skip to content

Commit

Permalink
Update for release 15.1
Browse files Browse the repository at this point in the history
Change base PostgreSQL version to 15.1, add RHEL9 support.
  • Loading branch information
horiguti committed Jul 4, 2023
1 parent 4f34168 commit 604332a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 25 deletions.
2 changes: 1 addition & 1 deletion bin/pg_stats_reporter
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

define("PROGRAM_NAME", "pg_stats_reporter");
define("PROGRAM_VERSION", "15.0");
define("PROGRAM_VERSION", "15.1");
define("PROGRAM_URL", "http://pgstatsinfo.sourceforge.net/");

define("CONFIG_FILE", "/etc/pg_stats_reporter.ini");
Expand Down
16 changes: 5 additions & 11 deletions html/pg_stats_reporter/doc/pg_stats_reporter-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ pg_stats_reporter
バージョン 15

- 動作確認済みPHP
7.2.24 (RHEL 8.6 同梱のもの)
7.2.24 (RHEL 8.6 同梱のもの)
8.0.27 (Rocky Linux 9.1 同梱のもの)

- 動作確認済みOS
RHEL 8.6
RHEL 8.6, Rocky Linux 9.1

- 動作確認済みブラウザ
Firefox : 102.4.0esr、109.0

Microsoft Edge : 109.0.1518.55
Firefox
Microsoft Edge

- 動作確認済みHTTP Server
Apache HTTP Server : 2.4
Expand All @@ -102,16 +102,12 @@ php-intl が未インストールの状態でも動作しますが、表示言

#### フルインストール

##### RHEL 8

# dnf install pg_stats_reporter-15.0-1.el8.noarch.rpm php-intl

#### コマンドライン機能のみ

pg_stats_reporterのrpmは、依存関係にhttpdが含まれています。そのためインストールする際は、--nodepsを指定してrpmコマンドを実行します。

##### RHEL 8

# dnf install php-pgsql php-intl php-cli php-xml
# rpm -ivh --nodeps pg_stats_reporter-15.0-1.el8.noarch.rpm

Expand Down Expand Up @@ -353,8 +349,6 @@ URLのホスト名は pg_stats_reporter の実行環境にあわせて変更し

※ソースセットからインストールした場合のアンインストール手順は、ソースセットに同梱されている INSTALL.ja ファイルを参照してください。

### RHEL 8

# dnf remove pg_stats_reporter-15.0-1.el8.noarch

## 設定ファイル
Expand Down
16 changes: 5 additions & 11 deletions html/pg_stats_reporter/doc/pg_stats_reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ pg_stats_reporter is tested on the following environment.
version 15

- PHP
7.2.24 (bundoled with RHEL8)
7.2.24 (bundled with RHEL 8)
8.0.27 (bundled with Rocky Linux 9)

- OS
RHEL 8.6
RHEL 8.6, Rocky Linux 9.1

- Web browser
Firefox : 102.4.0esr, 109.0

Microsoft Edge : 109.0.1518.55
Firefox
Microsoft Edge

- HTTP Server
Apache HTTP Server : 2.4
Expand Down Expand Up @@ -93,8 +93,6 @@ packages can be installed using yum.
The required packages are are installed by the steps like following
using yum.

##### RHEL8

$ su
# dnf install pg_stats_reporter-15.0-1.el8.noarch.rpm php-intl

Expand All @@ -110,8 +108,6 @@ via the subscription management services provided at Red Hat customer
portal. It is required to activate automatic language selection (only
instant help messages between ja/en) of an online graphical report.

##### RHEL8

$ su
# dnf install php-pgsql php-intl php-cli php-xml
# rpm -ivh --nodeps pg_stats_reporter-15.0.el8.noarch.rpm
Expand Down Expand Up @@ -415,8 +411,6 @@ not necessary.
\* You will see the instructions to uninstall manually in INSTALL.en in
the top source directory.

### RHEL8

$ su
# yum remove pg_stats_reporter-15.0-1.el8.noarch

Expand Down
2 changes: 1 addition & 1 deletion pg_stats_reporter_lib/module/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// pg_stats_reporter's version
define("PROGRAM_VERSION", "15.0");
define("PROGRAM_VERSION", "15.1");

// Image File
define("IMAGE_FILE", "pgsql_banner01.png");
Expand Down
4 changes: 3 additions & 1 deletion rpm/SPECS/pg_stats_reporter_rhel8.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: pg_stats_reporter
Version: 15.0
Version: 15.1
Release: 1%{?dist}
Summary: Graphical viewer for pg_statsinfo
Summary(ja): pg_statsinfo 用グラフィカルビューア
Expand Down Expand Up @@ -64,6 +64,8 @@ if [ $1 = 1 ] ; then
fi

%changelog
* Fri Jun 30 2023 - NTT OSS Center 15.1-1
- pg_stats_reporter 15.1 released
* Wed Feb 1 2023 - NTT OSS Center 15.0-1
- pg_stats_reporter 15.0 released
* Tue Feb 1 2022 - NTT OSS Center 14.0-1
Expand Down

0 comments on commit 604332a

Please sign in to comment.