> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.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 مؤقتًا. على سبيل المثال، قد ترغب في إجراء بعض أعمال analytics على البيانات الحالية وهي في حالة مستقرة. أو قد تكون بصدد تنفيذ Upgrades على Postgres. إليك كيفية إيقاف Postgres ClickPipe مؤقتًا ثم Resume له.

<div id="pause-clickpipe-steps">
  ## خطوات إيقاف Postgres ClickPipe مؤقتًا
</div>

1. في علامة التبويب "مصادر البيانات"، انقر على Postgres ClickPipe الذي تريد إيقافه مؤقتًا.
2. انتقل إلى علامة التبويب **الإعدادات**.
3. انقر على الزر **Pause**.

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-fbfa8bee/kkh98eOd_iRyUp1R/images/integrations/data-ingestion/clickpipes/postgres/pause_button.png?fit=max&auto=format&n=kkh98eOd_iRyUp1R&q=85&s=a32589eeead4dea4d478bd36f4c507df" 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-fbfa8bee/kkh98eOd_iRyUp1R/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png?fit=max&auto=format&n=kkh98eOd_iRyUp1R&q=85&s=151d75974af2fd89d678f8cf65c0c701" 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 slots.
</Warning>

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-fbfa8bee/kkh98eOd_iRyUp1R/images/integrations/data-ingestion/clickpipes/postgres/pause_status.png?fit=max&auto=format&n=kkh98eOd_iRyUp1R&q=85&s=bea7faa0ab8faf64989e291e41a90a2a" 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. في علامة التبويب **مصدر البيانات**، انقر على Postgres ClickPipe الذي تريد استئنافه. ينبغي أن تكون حالة الـ mirror **Paused** في البداية.
2. انتقل إلى علامة التبويب **إعداد**.
3. انقر على زر **Resume**.

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

5. انتقل إلى علامة التبويب **مقياس**.
6. بعد نحو 5 ثوانٍ (وكذلك عند تحديث الصفحة)، ينبغي أن تصبح حالة الـ مسار **Running**.
