> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-postgresql-tls-support.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. На вкладке «Источники данных» выберите MongoDB ClickPipe, который нужно приостановить.
2. Перейдите на вкладку **Настройки**.
3. Нажмите кнопку **Приостановить**.

<Image img="https://mintcdn.com/private-7c7dfe99-postgresql-tls-support/vgIzai2BO-JprHxt/images/integrations/data-ingestion/clickpipes/postgres/pause_button.webp?fit=max&auto=format&n=vgIzai2BO-JprHxt&q=85&s=13f6ffd8212f78a9edf338ea50437fdd" 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-postgresql-tls-support/vgIzai2BO-JprHxt/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp?fit=max&auto=format&n=vgIzai2BO-JprHxt&q=85&s=2ba2705465441b93c792c193377e15a0" 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-postgresql-tls-support/vgIzai2BO-JprHxt/images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp?fit=max&auto=format&n=vgIzai2BO-JprHxt&q=85&s=ef368c00d55b867011d930d82228208f" 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. На вкладке источников данных нажмите MongoDB ClickPipe, который нужно возобновить. Изначально у mirror должен быть статус **приостановлен**.
2. Перейдите на вкладку **настройки**.
3. Нажмите кнопку **Resume**.

<Image img="https://mintcdn.com/private-7c7dfe99-postgresql-tls-support/vgIzai2BO-JprHxt/images/integrations/data-ingestion/clickpipes/postgres/resume_button.webp?fit=max&auto=format&n=vgIzai2BO-JprHxt&q=85&s=d3737138733348274dcf71d59453f8ff" 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-postgresql-tls-support/vgIzai2BO-JprHxt/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp?fit=max&auto=format&n=vgIzai2BO-JprHxt&q=85&s=d386f8030b6bb0642a9e7f0dbd6aa4ec" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp" />

5. Перейдите на вкладку **метрики**.
6. Дождитесь, пока статус пайпа не станет **Running**.
