> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-vortex-format.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-vortex-format/mRaTj__cZTg8Xed9/images/integrations/data-ingestion/clickpipes/postgres/pause_button.webp?fit=max&auto=format&n=mRaTj__cZTg8Xed9&q=85&s=47f491b9649a80d9fd8f5c92e6a274da" 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-vortex-format/mRaTj__cZTg8Xed9/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.webp?fit=max&auto=format&n=mRaTj__cZTg8Xed9&q=85&s=f100189de26481fab209dde47a46ec1b" 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-vortex-format/mRaTj__cZTg8Xed9/images/integrations/data-ingestion/clickpipes/postgres/pause_status.webp?fit=max&auto=format&n=mRaTj__cZTg8Xed9&q=85&s=276dbe7e42d94c47159df9235851607a" 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-vortex-format/mRaTj__cZTg8Xed9/images/integrations/data-ingestion/clickpipes/postgres/resume_button.webp?fit=max&auto=format&n=mRaTj__cZTg8Xed9&q=85&s=e8234cafd74cfab20fc6d42f442b7216" 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-vortex-format/mRaTj__cZTg8Xed9/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp?fit=max&auto=format&n=mRaTj__cZTg8Xed9&q=85&s=ba6348a047034097bf7effd0998538a2" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.webp" />

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