> ## 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.

# 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. **설정** 탭으로 이동합니다.
3. **Pause** 버튼을 클릭합니다.

<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. 확인을 위한 대화 상자가 나타납니다. **Pause**를 다시 클릭합니다.

<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. 약 5초 후(또는 페이지를 새로 고치면) 파이프의 status가 **일시 중지됨**으로 표시됩니다.

<Warning>
  Postgres ClickPipe를 일시 중지해도 replication slot의 증가는 중지되지 않습니다.
</Warning>

<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">
  ## Postgres ClickPipe 재개 단계
</div>

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

<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. 확인 대화 상자가 나타나면 **Resume**를 다시 클릭하십시오.

<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. 약 5초 후(또는 페이지를 새로 고치면) 파이프 상태가 **Running**이어야 합니다.
