> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-detect-table-modification.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Postgres ClickPipe の一時停止と再開

> Postgres ClickPipe の一時停止と再開

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

Postgres ClickPipe を一時停止すると便利なケースがあります。たとえば、既存データを固定された状態のまま分析したい場合です。あるいは、Postgres のアップグレード作業を行う場合もあるでしょう。以下では、Postgres ClickPipe を一時停止する方法と再開する方法を説明します。

<div id="pause-clickpipe-steps">
  ## Postgres ClickPipe を一時停止する手順
</div>

1. **Data Sources** タブで、一時停止する Postgres ClickPipe をクリックします。
2. **Settings** タブに移動します。
3. **Pause** ボタンをクリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/nH26ELfEvmC8yX3w/images/integrations/data-ingestion/clickpipes/postgres/pause_button.webp?fit=max&auto=format&n=nH26ELfEvmC8yX3w&q=85&s=b9664c43ab29282eaab59ca6b2faf34b" border size="md" width="769" height="217" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_button.webp" />

4. 確認ダイアログが表示されるので、もう一度 **Pause** をクリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/nH26ELfEvmC8yX3w/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp?fit=max&auto=format&n=nH26ELfEvmC8yX3w&q=85&s=2666b71d54725213798bf92d27f7f17b" border size="md" width="768" height="288" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp" />

4. **Metrics** タブに移動します。
5. 約 5 秒後 (またはページを再読み込みすると) 、パイプのステータスが **Paused** になります。

<Warning>
  Postgres ClickPipe を一時停止しても、レプリケーションスロットの増加は停止しません。
</Warning>

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/nH26ELfEvmC8yX3w/images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp?fit=max&auto=format&n=nH26ELfEvmC8yX3w&q=85&s=8fb369fc39e9233fbee16277f1c7423a" border size="md" width="1437" height="256" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp" />

<div id="resume-clickpipe-steps">
  ## Postgres ClickPipe を再開する手順
</div>

1. **Data Sources** タブで、再開したい Postgres ClickPipe をクリックします。最初は、ミラーのステータスが **Paused** になっているはずです。
2. **Settings** タブに移動します。
3. **Resume** ボタンをクリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/nH26ELfEvmC8yX3w/images/integrations/data-ingestion/clickpipes/postgres/resume_button.webp?fit=max&auto=format&n=nH26ELfEvmC8yX3w&q=85&s=5eea6bbd521f71ef6d6da7efdde92a35" border size="md" width="1258" height="202" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_button.webp" />

4. 確認ダイアログが表示されます。Resume をもう一度クリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/nH26ELfEvmC8yX3w/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp?fit=max&auto=format&n=nH26ELfEvmC8yX3w&q=85&s=e77c9abbec178f0b3454d69b2e38644d" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp" />

5. **Metrics** タブに移動します。
6. 約 5 秒後 (またはページを更新すると) 、パイプのステータスが **Running** になるはずです。
