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

# Приостановка и возобновление ClickPipe для Postgres

> Приостановка и возобновление ClickPipe для Postgres

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

В некоторых случаях бывает полезно приостановить ClickPipe для Postgres. Например, чтобы выполнить анализ существующих данных в неизменном состоянии. Или если вы проводите обновление Postgres. Вот как приостановить и затем возобновить ClickPipe для Postgres.

<div id="pause-clickpipe-steps">
  ## Как приостановить ClickPipe для Postgres
</div>

1. На вкладке «Источники данных» выберите ClickPipe для Postgres, который хотите приостановить.
2. Перейдите на вкладку **Настройки**.
3. Нажмите кнопку **Pause**.

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-d355519d/fipZBgvGjGyp2PqG/images/integrations/data-ingestion/clickpipes/postgres/pause_button.png?fit=max&auto=format&n=fipZBgvGjGyp2PqG&q=85&s=5eb34a1ff105f39d80a96debff934bae" 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-d355519d/fipZBgvGjGyp2PqG/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png?fit=max&auto=format&n=fipZBgvGjGyp2PqG&q=85&s=03c490c71ea78a81cae9cecde1979326" border size="md" width="768" height="288" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png" />

4. Перейдите на вкладку **Метрики**.
5. Примерно через 5 секунд (или после обновления страницы) статус пайпа должен измениться на **Приостановлен**.

<Warning>
  Приостановка ClickPipe для Postgres не остановит рост числа слотов репликации.
</Warning>

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

<div id="resume-clickpipe-steps">
  ## Шаги по возобновлению ClickPipe для Postgres
</div>

1. На вкладке Источники данных нажмите на ClickPipe для Postgres, который нужно возобновить. Изначально status mirror должен быть **приостановлен**.
2. Перейдите на вкладку **Настройки**.
3. Нажмите кнопку **Resume**.

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-d355519d/fipZBgvGjGyp2PqG/images/integrations/data-ingestion/clickpipes/postgres/resume_button.png?fit=max&auto=format&n=fipZBgvGjGyp2PqG&q=85&s=3ca19ae46dd1644c8f69343f3bbbc3d6" 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-d355519d/fipZBgvGjGyp2PqG/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png?fit=max&auto=format&n=fipZBgvGjGyp2PqG&q=85&s=a190c85856fe17475804be311f67cbb4" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png" />

5. Перейдите на вкладку **Метрики**.
6. Примерно через 5 секунд (а также после обновления страницы) status пайпа должен стать **Running**.
