|
267 | 267 | <span class="application">pg_upgrade</span>は論理スロットの移行を試みます。 |
268 | 268 | これは、新しいパブリッシャー上で同じ論理スロットを手動で定義する必要性を回避するのに役立ちます。 |
269 | 269 | 論理スロットの移行は、古いクラスタがバージョン17.0以降の場合にのみサポートされます。 |
270 | | -バージョン17.0より前のクラスタ上の論理スロットは、無視されます。 |
| 270 | +バージョン17.0より前のクラスタ上の論理スロットは、警告なく無視されます。 |
271 | 271 | </p><p> |
272 | 272 | <span class="original"> |
273 | 273 | Before you start upgrading the publisher cluster, ensure that the |
|
320 | 320 | is not <literal>true</literal>. |
321 | 321 | </span> |
322 | 322 | 古いクラスタの全てのスロットが使用可能でなければなりません。 |
323 | | -つまり<a class="link" href="view-pg-replication-slots.html" title="52.19. pg_replication_slots">pg_replication_slots</a>.<code class="structfield">conflicting</code>が<code class="literal">true</code>でないこと。 |
| 323 | +つまり<a class="link" href="view-pg-replication-slots.html" title="52.19. pg_replication_slots">pg_replication_slots</a>.<code class="structfield">conflicting</code>が<code class="literal">true</code>であってはいけません。 |
324 | 324 | </p></li><li class="listitem"><p> |
325 | 325 | <span class="original"> |
326 | 326 | The new cluster must not have permanent logical slots, i.e., |
|
329 | 329 | is <literal>false</literal>. |
330 | 330 | </span> |
331 | 331 | 新しいクラスタは、永続的な論理スロットを持ってはなりません。 |
332 | | -つまり、<a class="link" href="view-pg-replication-slots.html" title="52.19. pg_replication_slots">pg_replication_slots</a>.<code class="structfield">temporary</code>が<code class="literal">false</code>でないこと。 |
| 332 | +つまり、<a class="link" href="view-pg-replication-slots.html" title="52.19. pg_replication_slots">pg_replication_slots</a>.<code class="structfield">temporary</code>が<code class="literal">false</code>であってはいけません。 |
333 | 333 | </p></li></ul></div></li><li class="step"><span class="original"> |
334 | 334 | <title>Prepare for subscriber upgrades</title> |
335 | 335 | </span><p class="title"><strong>サブスクライバーのアップグレードの準備</strong></p><p> |
|
349 | 349 | <span class="application">pg_upgrade</span>は、<a class="link" href="catalog-pg-subscription-rel.html" title="51.55. pg_subscription_rel">pg_subscription_rel</a>システムカタログに存在するサブスクリプションのテーブル情報と、サブスクリプションのレプリケーション元を含むサブスクリプション依存関係の移行を試みます。 |
350 | 350 | これにより、新しいサブスクライバーで論理レプリケーションを、古いサブスクライバーが存在していた場所から継続できます。 |
351 | 351 | サブスクリプションの依存関係の移行は、古いクラスタがバージョン17.0以降の場合にのみサポートされます。 |
352 | | -バージョン17.0より前のクラスタに対するサブスクリプションの依存関係は、黙って無視されます。 |
| 352 | +バージョン17.0より前のクラスタに対するサブスクリプションの依存関係は、警告なく無視されます。 |
353 | 353 | </p><p> |
354 | 354 | <span class="original"> |
355 | 355 | There are some prerequisites for <application>pg_upgrade</application> to |
|
0 commit comments