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

# MongoDB ClickPipe の一時停止と再開

> MongoDB ClickPipe の一時停止と再開

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

MongoDB ClickPipe を一時停止すると役立つケースがあります。たとえば、既存データが静的な状態にある間に分析を実行したい場合です。あるいは、MongoDB のアップグレードを行っている場合もあるでしょう。以下では、MongoDB ClickPipe を一時停止および再開する方法を説明します。

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

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

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/u7z0gNe6GWCJXTn9/images/integrations/data-ingestion/clickpipes/postgres/pause_button.png?fit=max&auto=format&n=u7z0gNe6GWCJXTn9&q=85&s=51ece90755b4bde708a4ec82e272a2bf" border size="md" width="769" height="217" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_button.png" />

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

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/u7z0gNe6GWCJXTn9/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png?fit=max&auto=format&n=u7z0gNe6GWCJXTn9&q=85&s=1760978f564e268a7ad965e945bbddbe" border size="md" width="768" height="288" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png" />

4. **Metrics** タブを開きます。
5. パイプのステータスが **Paused** になるまで待ちます。

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/u7z0gNe6GWCJXTn9/images/integrations/data-ingestion/clickpipes/postgres/pause_status.png?fit=max&auto=format&n=u7z0gNe6GWCJXTn9&q=85&s=aee919874935ad05cacb3af68c47f238" border size="md" width="1437" height="256" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_status.png" />

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

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

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/u7z0gNe6GWCJXTn9/images/integrations/data-ingestion/clickpipes/postgres/resume_button.png?fit=max&auto=format&n=u7z0gNe6GWCJXTn9&q=85&s=bdbc7dadb6829c10eef2051392ab00ef" border size="md" width="1258" height="202" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_button.png" />

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

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/u7z0gNe6GWCJXTn9/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png?fit=max&auto=format&n=u7z0gNe6GWCJXTn9&q=85&s=614697f549060c24eb16e6bb6e7f168c" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png" />

5. **Metrics** タブに移動します。
6. パイプのステータスが **Running** になるまで待ちます。
