Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud: add TiDB Cloud Dedicated Data Migration maintenance notification #16863

Merged
merged 4 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@
- [2021](/tidb-cloud/release-notes-2021.md)
- [2020](/tidb-cloud/release-notes-2020.md)
- Maintenance Notification
- [[2024-04-18] TiDB Cloud Dedicated Data Migration (DM) Feature Maintenance Notification](/tidb-cloud/notification-2024-04-18-dm-feature-maintenance.md)
- [[2024-04-11] TiDB Cloud Dedicated Data Migration (DM) Feature Maintenance Notification](/tidb-cloud/notification-2024-04-11-dm-feature-maintenance.md)
Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved
- [[2023-11-14] TiDB Dedicated Scale Feature Maintenance Notification](/tidb-cloud/notification-2023-11-14-scale-feature-maintenance.md)
- [[2023-09-26] TiDB Cloud Console Maintenance Notification](/tidb-cloud/notification-2023-09-26-console-maintenance.md)
- [[2023-08-31] TiDB Cloud Console Maintenance Notification](/tidb-cloud/notification-2023-08-31-console-maintenance.md)
49 changes: 49 additions & 0 deletions tidb-cloud/notification-2024-04-11-dm-feature-maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: 2024-04-11 TiDB Cloud Dedicated Data Migration (DM) Feature Maintenance Notification
summary: Learn about the details of TiDB Cloud Dedicated Data Migration (DM) feature maintenance on April 11, 2024, such as the maintenance window and impact.
---

# [2024-04-11] TiDB Cloud Dedicated Data Migration (DM) Feature Maintenance Notification
Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved

This notification describes the details that you need to know about the maintenance for [Data Migration (DM) feature](/tidb-cloud/migrate-from-mysql-using-data-migration.md) of TiDB Cloud Dedicated on April 11, 2024.

## Maintenance window

- Start time: 2024-04-11 08:00 (UTC+0)
- End time: 2024-04-11 09:00 (UTC+0)
- Duration: 1 hour

## Impact

During the maintenance window, the DM feature for TiDB Dedicated clusters in the following regions will be affected:

- Cloud provider: AWS, region: Oregon (us-west-2)
- Cloud provider: AWS, region: N. Virginia (us-east-1)
- Cloud provider: AWS, region: Singapore (ap-southeast-1)
- Cloud provider: AWS, region: Seoul (ap-northeast-2)
- Cloud provider: AWS, region: Frankfurt (eu-central-1)
- Cloud provider: AWS, region: São Paulo (sa-east-1)
- Cloud provider: AWS, region: Oregon (us-west-2)
- Cloud provider: Google Cloud, region: Oregon (us-west1)
- Cloud provider: Google Cloud, region: Tokyo (asia-northeast1)
- Cloud provider: Google Cloud, region: Singapore (asia-southeast1)

Apart from the DM feature in the TiDB cluster, all other functionalities remain unaffected. You can continue to manage the TiDB cluster and perform read/write operations or other operations as usual.
Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved

For clusters deployed on AWS:

- During the upgrade, the DM tasks can keep running without disruption. The DM console can be used normally.

For clusters deployed on Google Cloud:

- The DM console will be unavailable for up to 30 minutes. During this period, you cannot create or manage DM tasks.
- If a DM task is in the incremental migration stage, it will be interrupted for up to 30 minutes. During this period, do not purge the binary log of the MySQL database. The DM task will automatically resume after the upgrade is completed.
- If a DM task is in the stage of exporting and importing full data, it will fail during the upgrade, and cannot be resumed after the upgrade. It is recommended not to create any DM task on the day when the upgrade is performed, to ensure that no DM tasks are in the stage of exporting and importing full data when the upgrade starts.

## Completion and resumption

Once the maintenance is successfully completed, the affected functionalities will be reinstated, offering you a better experience.

## Get support

If you have any questions or need assistance, contact our [support team](/tidb-cloud/tidb-cloud-support.md). We are here to address your concerns and provide any necessary guidance.
34 changes: 34 additions & 0 deletions tidb-cloud/notification-2024-04-18-dm-feature-maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 2024-04-18 TiDB Cloud Dedicated Data Migration (DM) Feature Maintenance Notification
summary: Learn about the details of TiDB Cloud Dedicated Data Migration (DM) feature maintenance on April 18, 2024, such as the maintenance window and impact.
---

# [2024-04-18] TiDB Cloud Dedicated Data Migration (DM) Feature Maintenance Notification
Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved

This notification describes the details that you need to know about the maintenance for [Data Migration (DM) feature](/tidb-cloud/migrate-from-mysql-using-data-migration.md) of TiDB Cloud Dedicated on April 18, 2024.

## Maintenance window

- Start time: 2024-04-18 08:00 (UTC+0)
- End time: 2024-04-18 09:00 (UTC+0)
- Duration: 1 hour

## Impact

During the maintenance window, the DM feature for TiDB Dedicated clusters in the following regions will be affected:

- Cloud provider: AWS, region: Tokyo (ap-northeast-1)

Apart from the DM feature in the TiDB cluster, all other functionalities remain unaffected. You can continue to manage the TiDB cluster and perform read/write operations or other operations as usual.
Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved

For clusters deployed on AWS:

- During the upgrade, the DM tasks can keep running without disruption. The DM console can be used normally.

Oreoxmt marked this conversation as resolved.
Show resolved Hide resolved
## Completion and resumption

Once the maintenance is successfully completed, the affected functionalities will be reinstated, offering you a better experience.

## Get support

If you have any questions or need assistance, contact our [support team](/tidb-cloud/tidb-cloud-support.md). We are here to address your concerns and provide any necessary guidance.
Loading