> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.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}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

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-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/pause_button.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=bda55b44dc9f72084871a681e2c6b5f6" 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-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=ac655dfdf8ecb824e7572795c8ef8dcd" border size="md" width="768" height="288" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png" />

4. **메트릭** 탭으로 이동합니다.
5. 약 5초 후(또는 페이지를 새로 고치면) 파이프 상태가 **Paused**로 표시됩니다.

<Warning>
  Postgres ClickPipe를 일시 중지해도 replication slot은 계속 증가합니다.
</Warning>

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/pause_status.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=e373934c878224b13fbf658d17ebc66d" border size="md" width="1437" height="256" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_status.png" />

<div id="resume-clickpipe-steps">
  ## Postgres ClickPipe 재개 단계
</div>

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

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/resume_button.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=8c3e75ffaff9fa31f0e8ee175c8560fe" 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-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=a05f98b1537797b8bcf8f344b06a1279" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png" />

5. **메트릭** 탭으로 이동하십시오.
6. 약 5초 후(또는 페이지를 새로 고치면) 파이프 상태가 **Running**이어야 합니다.
