From: Taiki Koshino Date: Wed, 6 Aug 2025 02:26:32 +0000 (+0900) Subject: Doc: Update sample script links in "8.2. Pgpool-II + Watchdog Setup Example" X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/config.php?a=commitdiff_plain;h=00996ea4b7f9ec44b2ef5b3e30908ba4bc35735a;p=pgpool2.git Doc: Update sample script links in "8.2. Pgpool-II + Watchdog Setup Example" This is a follow-up to commit e138a18. Updated the sample script links in section "8.2. Pgpool-II + Watchdog Setup Example" to point to the GitHub repository file URLs. --- diff --git a/doc.ja/src/sgml/example-cluster.sgml b/doc.ja/src/sgml/example-cluster.sgml index 2950c59c5..f5c01ac4f 100644 --- a/doc.ja/src/sgml/example-cluster.sgml +++ b/doc.ja/src/sgml/example-cluster.sgml @@ -769,8 +769,8 @@ follow_primary_command = '/etc/pgpool-II/follow_primary.sh %d %h %p %D %m %H %M - サンプルスクリプトfailover.sh及び - follow_primary.shは + サンプルスクリプトfailover.sh及び + follow_primary.shは /etc/pgpool-II/配下にインストールされていますので、これらのファイルをコピーして作成します。 @@ -827,8 +827,8 @@ recovery_password = '' recovery_1st_stage_command = 'recovery_1st_stage' - オンラインリカバリ用のサンプルスクリプトrecovery_1st_stage - 及びpgpool_remote_startは + オンラインリカバリ用のサンプルスクリプトrecovery_1st_stage + 及びpgpool_remote_startは /etc/pgpool-II/配下にインストールされていますので、 これらのファイルをプライマリサーバ(server1)のデータベースクラスタ配下に配置します。 @@ -1057,7 +1057,7 @@ wd_heartbeat_deadtime = 30 wd_escalation_command = '/etc/pgpool-II/escalation.sh'   - サンプルスクリプトescalation.shは + サンプルスクリプトescalation.shは /etc/pgpool-II/配下にインストールされています。 diff --git a/doc/src/sgml/example-cluster.sgml b/doc/src/sgml/example-cluster.sgml index 1f9835e0c..2811af8ed 100644 --- a/doc/src/sgml/example-cluster.sgml +++ b/doc/src/sgml/example-cluster.sgml @@ -819,8 +819,8 @@ follow_primary_command = '/etc/pgpool-II/follow_primary.sh %d %h %p %D %m %H %M - Sample scripts failover.sh - and follow_primary.sh + Sample scripts failover.sh + and follow_primary.sh are installed in /etc/pgpool-II/. Create failover scripts using these sample files. @@ -886,8 +886,8 @@ recovery_1st_stage_command = 'recovery_1st_stage' primary server (server1). - The sample scripts of online recovery recovery_1st_stage - and pgpool_remote_start + The sample scripts of online recovery recovery_1st_stage + and pgpool_remote_start are installed in /etc/pgpool-II/. Copy these files to the data directory of the primary server (server1). @@ -1126,7 +1126,7 @@ wd_heartbeat_deadtime = 30 wd_escalation_command = '/etc/pgpool-II/escalation.sh' - The sample script escalation.sh is installed in /etc/pgpool-II/. + The sample script escalation.sh is installed in /etc/pgpool-II/. [root@server1 ~]# cp -p /etc/pgpool-II/sample_scripts/escalation.sh.sample /etc/pgpool-II/escalation.sh