> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/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/dZZG_-B0EzCG8L4V/images/integrations/data-ingestion/clickpipes/postgres/pause_button.webp?fit=max&auto=format&n=dZZG_-B0EzCG8L4V&q=85&s=abefa6025c219aef1e6e0d7f4fc0759f" 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/dZZG_-B0EzCG8L4V/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp?fit=max&auto=format&n=dZZG_-B0EzCG8L4V&q=85&s=c2b0a65c74a4016e291677c99b4f1015" 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/dZZG_-B0EzCG8L4V/images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp?fit=max&auto=format&n=dZZG_-B0EzCG8L4V&q=85&s=6b2ef8315a6bce755d6033768baddafa" 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/dZZG_-B0EzCG8L4V/images/integrations/data-ingestion/clickpipes/postgres/resume_button.webp?fit=max&auto=format&n=dZZG_-B0EzCG8L4V&q=85&s=25a82c38e9f1f4cf5c0ecd5619e644b2" 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/dZZG_-B0EzCG8L4V/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp?fit=max&auto=format&n=dZZG_-B0EzCG8L4V&q=85&s=4e175fb184076c727c3a2d78ff554a14" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp" />

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