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

# Mise en pause et reprise d’un ClickPipe MongoDB

> Mise en pause et reprise d’un ClickPipe MongoDB

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

Dans certains cas, il peut être utile de mettre en pause un ClickPipe MongoDB. Par exemple, vous souhaiterez peut-être effectuer des analyses sur des données existantes dans un état figé. Il se peut aussi que vous soyez en train d’effectuer des mises à niveau de MongoDB. Voici comment mettre en pause puis reprendre un ClickPipe MongoDB.

<div id="pause-clickpipe-steps">
  ## Étapes pour mettre en pause un ClickPipe MongoDB
</div>

1. Dans l’onglet Sources de données, cliquez sur le ClickPipe MongoDB que vous souhaitez mettre en pause.
2. Allez dans l’onglet **Paramètres**.
3. Cliquez sur le bouton **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. Une boîte de dialogue de confirmation devrait s’afficher. Cliquez de nouveau sur **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. Allez dans l’onglet **Métriques**.
5. Attendez que le statut du pipe soit **En pause**.

<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">
  ## Étapes pour reprendre un ClickPipe MongoDB
</div>

1. Dans l’onglet Sources de données, cliquez sur le ClickPipe MongoDB que vous souhaitez reprendre. L’état du mirror doit être initialement **En pause**.
2. Accédez à l’onglet **Paramètres**.
3. Cliquez sur le bouton **Reprendre**.

<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. Une boîte de dialogue de confirmation devrait s’afficher. Cliquez de nouveau sur **Reprendre**.

<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. Accédez à l’onglet **Métriques**.
6. Attendez que l’état du pipe passe à **En cours d’exécution**.
