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

# MySQL ClickPipe の一時停止と再開

> MySQL 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>;
};

MySQL ClickPipe を一時停止すると便利なケースがあります。たとえば、既存データを静的な状態で分析したい場合です。また、MySQL のアップグレードを実施している場合にも役立ちます。以下では、MySQL ClickPipe を一時停止および再開する方法を説明します。

<div id="pause-clickpipe-steps">
  ## MySQL ClickPipe を一時停止する手順
</div>

1. **Data Sources** タブで、一時停止したい MySQL ClickPipe をクリックします。
2. **Settings** タブを開きます。
3. **一時停止** ボタンをクリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/ICsmB-Qg9LaQwDEB/images/integrations/data-ingestion/clickpipes/postgres/pause_button.webp?fit=max&auto=format&n=ICsmB-Qg9LaQwDEB&q=85&s=cfe928dd9833c192c44166306d6036b5" 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-revert-104359-revert-104251-parquet-single/ICsmB-Qg9LaQwDEB/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp?fit=max&auto=format&n=ICsmB-Qg9LaQwDEB&q=85&s=7f4b4d3c35337c3d196d3c9f0c5bf924" border size="md" width="768" height="288" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp" />

4. **メトリクス** タブを開きます。
5. 5 秒ほどすると (ページを再読み込みした場合も同様) 、パイプのステータスが **Paused** になります。

<Image img="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/ICsmB-Qg9LaQwDEB/images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp?fit=max&auto=format&n=ICsmB-Qg9LaQwDEB&q=85&s=16cf9658300b985a9d326cb7370a34fc" border size="md" width="1437" height="256" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp" />

<div id="resume-clickpipe-steps">
  ## MySQL ClickPipe を再開する手順
</div>

1. **Data Sources** タブで、再開したい MySQL ClickPipe をクリックします。最初は mirror のステータスが **Paused** になっているはずです。
2. **Settings** タブに移動します。
3. **Resume** ボタンをクリックします。

<Image img="https://mintcdn.com/private-7c7dfe99-revert-104359-revert-104251-parquet-single/ICsmB-Qg9LaQwDEB/images/integrations/data-ingestion/clickpipes/postgres/resume_button.webp?fit=max&auto=format&n=ICsmB-Qg9LaQwDEB&q=85&s=09591651a7a2c70fb815e91c1ef4acc6" 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-revert-104359-revert-104251-parquet-single/ICsmB-Qg9LaQwDEB/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp?fit=max&auto=format&n=ICsmB-Qg9LaQwDEB&q=85&s=cca7bf5622ce82476b4f7fca83021cfb" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp" />

5. **メトリクス** タブに移動します。
6. 5 秒ほどで (またはページを更新すると) 、パイプのステータスが **Running** になるはずです。
