> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-vortex-format.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 = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

MongoDB ClickPipe를 일시 중지하면 유용한 경우가 있습니다. 예를 들어, 기존 데이터를 정적인 상태로 두고 분석을 수행해야 할 수 있습니다. 또는 MongoDB 업그레이드를 진행 중일 수도 있습니다. 다음은 MongoDB ClickPipe를 일시 중지하고 재개하는 방법입니다.

<div id="pause-clickpipe-steps">
  ## MongoDB ClickPipe를 일시 중지하는 방법
</div>

1. Data Sources 탭에서 일시 중지할 MongoDB ClickPipe를 클릭합니다.
2. **설정** 탭으로 이동합니다.
3. **일시 중지** 버튼을 클릭합니다.

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

4. 확인 대화 상자가 나타나면 일시 중지를 다시 클릭합니다.

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

4. **메트릭** 탭으로 이동합니다.
5. 파이프의 상태가 **일시 중지됨**으로 표시될 때까지 기다립니다.

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

<div id="resume-clickpipe-steps">
  ## MongoDB ClickPipe를 재개하는 단계
</div>

1. **Data Sources** 탭에서 재개할 MongoDB ClickPipe를 클릭합니다. 처음에는 미러 상태가 **일시 중지됨**이어야 합니다.
2. **설정** 탭으로 이동합니다.
3. **재개** 버튼을 클릭합니다.

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

4. 확인 대화 상자가 표시되면 **재개**를 다시 클릭합니다.

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

5. **메트릭** 탭으로 이동합니다.
6. 파이프 상태가 **Running**이 될 때까지 기다립니다.
