> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.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. 在 数据源 选项卡中，单击要暂停的 MongoDB ClickPipe。
2. 切换到 **Settings** 选项卡。
3. 单击 **Pause** 按钮。

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-8c05c8a2/Kmm8X3tBno--Vzxh/images/integrations/data-ingestion/clickpipes/postgres/pause_button.png?fit=max&auto=format&n=Kmm8X3tBno--Vzxh&q=85&s=3a6b66d4d419c901fa46bd7d09935bcd" 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-mintlify-8c05c8a2/Kmm8X3tBno--Vzxh/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png?fit=max&auto=format&n=Kmm8X3tBno--Vzxh&q=85&s=dc023a1c83e3e171055ca58e7e4748cf" 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-mintlify-8c05c8a2/Kmm8X3tBno--Vzxh/images/integrations/data-ingestion/clickpipes/postgres/pause_status.png?fit=max&auto=format&n=Kmm8X3tBno--Vzxh&q=85&s=992a83c41ecc9d8e81e16a8f09b87da2" 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. 在“数据源”选项卡中，点击要恢复的 MongoDB ClickPipe。mirror 的初始状态应为 **Paused**。
2. 前往 **设置** 选项卡。
3. 点击 **Resume** 按钮。

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-8c05c8a2/Kmm8X3tBno--Vzxh/images/integrations/data-ingestion/clickpipes/postgres/resume_button.png?fit=max&auto=format&n=Kmm8X3tBno--Vzxh&q=85&s=38cbadb7ab7f841007eb11f079d6f7dd" 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-mintlify-8c05c8a2/Kmm8X3tBno--Vzxh/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png?fit=max&auto=format&n=Kmm8X3tBno--Vzxh&q=85&s=6d0b145bdc28ed05f52858a8496f14f5" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png" />

5. 前往 **指标** 选项卡。
6. 等待管道状态变为 **Running**。
