Skip to content

Commit ebb5c88

Browse files
Oreoxmtti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#22080
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 88d8a40 commit ebb5c88

File tree

2 files changed

+186
-0
lines changed

2 files changed

+186
-0
lines changed

TOC.md

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,145 @@
277277
- [tiup-mirror](/tiup/tiup-mirror.md)
278278
- [tiup-bench](/tiup/tiup-bench.md)
279279
- [TiDB Operator](/tidb-operator-overview.md)
280+
<<<<<<< HEAD
281+
=======
282+
- TiDB Data Migration
283+
- [About TiDB Data Migration](/dm/dm-overview.md)
284+
- [Architecture](/dm/dm-arch.md)
285+
- [Quick Start](/dm/quick-start-with-dm.md)
286+
- Deploy a DM cluster
287+
- [Hardware and Software Requirements](/dm/dm-hardware-and-software-requirements.md)
288+
- [Use TiUP (Recommended)](/dm/deploy-a-dm-cluster-using-tiup.md)
289+
- [Use TiUP Offline](/dm/deploy-a-dm-cluster-using-tiup-offline.md)
290+
- [Use Binary](/dm/deploy-a-dm-cluster-using-binary.md)
291+
- [Use Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/v1.4/deploy-tidb-dm)
292+
- Tutorials
293+
- [Create a Data Source](/dm/quick-start-create-source.md)
294+
- [Manage Data Sources](/dm/dm-manage-source.md)
295+
- [Configure Tasks](/dm/dm-task-configuration-guide.md)
296+
- [Shard Merge](/dm/dm-shard-merge.md)
297+
- [Table Routing](/dm/dm-table-routing.md)
298+
- [Block and Allow Lists](/dm/dm-block-allow-table-lists.md)
299+
- [Binlog Event Filter](/dm/dm-binlog-event-filter.md)
300+
- [Filter DMLs Using SQL Expressions](/dm/feature-expression-filter.md)
301+
- [Online DDL Tool Support](/dm/dm-online-ddl-tool-support.md)
302+
- Manage a Data Migration Task
303+
- [Precheck a Task](/dm/dm-precheck.md)
304+
- [Create a Task](/dm/dm-create-task.md)
305+
- [Query Status](/dm/dm-query-status.md)
306+
- [Pause a Task](/dm/dm-pause-task.md)
307+
- [Resume a Task](/dm/dm-resume-task.md)
308+
- [Stop a Task](/dm/dm-stop-task.md)
309+
- Advanced Tutorials
310+
- Merge and Migrate Data from Sharded Tables
311+
- [Overview](/dm/feature-shard-merge.md)
312+
- [Pessimistic Mode](/dm/feature-shard-merge-pessimistic.md)
313+
- [Optimistic Mode](/dm/feature-shard-merge-optimistic.md)
314+
- [Manually Handle Sharding DDL Lock](/dm/manually-handling-sharding-ddl-locks.md)
315+
- [Migrate from MySQL Databases that Use GH-ost/PT-osc](/dm/feature-online-ddl.md)
316+
- [Migrate Data to a Downstream TiDB Table with More Columns](/migrate-with-more-columns-downstream.md)
317+
- Maintain
318+
- Cluster Upgrade
319+
- [Maintain DM Clusters Using TiUP (Recommended)](/dm/maintain-dm-using-tiup.md)
320+
- [Manually Upgrade from v1.0.x to v2.0+](/dm/manually-upgrade-dm-1.0-to-2.0.md)
321+
- Tools
322+
- [Manage Using WebUI](/dm/dm-webui-guide.md)
323+
- [Manage Using dmctl](/dm/dmctl-introduction.md)
324+
- Performance Tuning
325+
- [Benchmarks](/dm/dm-benchmark-v5.4.0.md)
326+
- [Optimize Configurations](/dm/dm-tune-configuration.md)
327+
- [Test DM Performance](/dm/dm-performance-test.md)
328+
- [Handle Performance Issues](/dm/dm-handle-performance-issues.md)
329+
- Manage Data Sources
330+
- [Switch the MySQL Instance to Be Migrated](/dm/usage-scenario-master-slave-switch.md)
331+
- Manage Tasks
332+
- [Handle Failed DDL Statements](/dm/handle-failed-ddl-statements.md)
333+
- [Manage Schemas of Tables to be Migrated](/dm/dm-manage-schema.md)
334+
- [Export and Import Data Sources and Task Configurations of Clusters](/dm/dm-export-import-config.md)
335+
- [Handle Alerts](/dm/dm-handle-alerts.md)
336+
- [Daily Check](/dm/dm-daily-check.md)
337+
- Reference
338+
- Architecture
339+
- [DM-worker](/dm/dm-worker-intro.md)
340+
- [Safe Mode](/dm/dm-safe-mode.md)
341+
- [Relay Log](/dm/relay-log.md)
342+
- [DDL Handling](/dm/dm-ddl-compatible.md)
343+
- Mechanism
344+
- [DML Replication Mechanism](/dm/dm-replication-logic.md)
345+
- Command Line
346+
- [DM-master & DM-worker](/dm/dm-command-line-flags.md)
347+
- Configuration Files
348+
- [Overview](/dm/dm-config-overview.md)
349+
- [Upstream Database Configurations](/dm/dm-source-configuration-file.md)
350+
- [Task Configurations](/dm/task-configuration-file-full.md)
351+
- [DM-master Configuration](/dm/dm-master-configuration-file.md)
352+
- [DM-worker Configuration](/dm/dm-worker-configuration-file.md)
353+
- [Table Selector](/dm/table-selector.md)
354+
- [OpenAPI](/dm/dm-open-api.md)
355+
- [Compatibility Catalog](/dm/dm-compatibility-catalog.md)
356+
- Secure
357+
- [Enable TLS for DM Connections](/dm/dm-enable-tls.md)
358+
- [Generate Self-signed Certificates](/dm/dm-generate-self-signed-certificates.md)
359+
- Monitoring and Alerts
360+
- [Monitoring Metrics](/dm/monitor-a-dm-cluster.md)
361+
- [Alert Rules](/dm/dm-alert-rules.md)
362+
- [Error Codes](/dm/dm-error-handling.md#handle-common-errors)
363+
- [Glossary](/dm/dm-glossary.md)
364+
- Example
365+
- [Migrate Data Using DM](/dm/migrate-data-using-dm.md)
366+
- [Create a Data Migration Task](/dm/quick-start-create-task.md)
367+
- [Best Practices of Data Migration in the Shard Merge Scenario](/dm/shard-merge-best-practices.md)
368+
- Troubleshoot
369+
- [FAQ](/dm/dm-faq.md)
370+
- [Handle Errors](/dm/dm-error-handling.md)
371+
- [Release Notes](/dm/dm-release-notes.md)
372+
- TiDB Lightning
373+
- [Overview](/tidb-lightning/tidb-lightning-overview.md)
374+
- [Get Started](/get-started-with-tidb-lightning.md)
375+
- [Deploy TiDB Lightning](/tidb-lightning/deploy-tidb-lightning.md)
376+
- [Target Database Requirements](/tidb-lightning/tidb-lightning-requirements.md)
377+
- Data Sources
378+
- [Data Match Rules](/tidb-lightning/tidb-lightning-data-source.md)
379+
- [CSV](/tidb-lightning/tidb-lightning-data-source.md#csv)
380+
- [SQL](/tidb-lightning/tidb-lightning-data-source.md#sql)
381+
- [Parquet](/tidb-lightning/tidb-lightning-data-source.md#parquet)
382+
- [Customized File](/tidb-lightning/tidb-lightning-data-source.md#match-customized-files)
383+
- Physical Import Mode
384+
- [Requirements and Limitations](/tidb-lightning/tidb-lightning-physical-import-mode.md)
385+
- [Use Physical Import Mode](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md)
386+
- Logical Import Mode
387+
- [Requirements and Limitations](/tidb-lightning/tidb-lightning-logical-import-mode.md)
388+
- [Use Logical Import Mode](/tidb-lightning/tidb-lightning-logical-import-mode-usage.md)
389+
- [Prechecks](/tidb-lightning/tidb-lightning-prechecks.md)
390+
- [Table Filter](/table-filter.md)
391+
- [Checkpoints](/tidb-lightning/tidb-lightning-checkpoints.md)
392+
- [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md)
393+
- [Error Resolution](/tidb-lightning/tidb-lightning-error-resolution.md)
394+
- [Troubleshooting](/tidb-lightning/troubleshoot-tidb-lightning.md)
395+
- Reference
396+
- [Configuration File](/tidb-lightning/tidb-lightning-configuration.md)
397+
- [Command Line Flags](/tidb-lightning/tidb-lightning-command-line-full.md)
398+
- [Monitoring](/tidb-lightning/monitor-tidb-lightning.md)
399+
- [Web Interface](/tidb-lightning/tidb-lightning-web-interface.md)
400+
- [FAQ](/tidb-lightning/tidb-lightning-faq.md)
401+
- [Glossary](/tidb-lightning/tidb-lightning-glossary.md)
402+
- [Dumpling](/dumpling-overview.md)
403+
- TiCDC
404+
- [Overview](/ticdc/ticdc-overview.md)
405+
- [Deploy](/ticdc/deploy-ticdc.md)
406+
- [Maintain](/ticdc/manage-ticdc.md)
407+
- Monitor and Alert
408+
- [Monitoring Metrics](/ticdc/monitor-ticdc.md)
409+
- [Alert Rules](/ticdc/ticdc-alert-rules.md)
410+
- [Troubleshoot](/ticdc/troubleshoot-ticdc.md)
411+
- Reference
412+
- [TiCDC OpenAPI](/ticdc/ticdc-open-api.md)
413+
- [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md)
414+
- [TiCDC Avro Protocol](/ticdc/ticdc-avro-protocol.md)
415+
- [TiCDC Canal-JSON Protocol](/ticdc/ticdc-canal-json.md)
416+
- [FAQs](/ticdc/ticdc-faq.md)
417+
- [Glossary](/ticdc/ticdc-glossary.md)
418+
>>>>>>> 47755948df (v5.4-v6.1: update TiDB in Kubernetes links from dev to v1.4 (#22080))
280419
- Backup & Restore (BR)
281420
- [BR Tool Overview](/br/backup-and-restore-tool.md)
282421
- [Use BR Command-line for Backup and Restoration](/br/use-br-command-line-tool.md)

dashboard/dashboard-faq.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ To clear your browser cache, take the following steps:
8383

8484
### A `required component NgMonitoring is not started` error is shown
8585

86+
<<<<<<< HEAD
8687
NgMonitoring is an advanced monitoring component built in TiDB clusters of v5.4.0 and later versions. It supports such features as **Continuous Profiling** and **Top SQL**. In a TiDB cluster deployed using TiUP, NgMonitoring is deployed automatically. In a TiDB cluster deployed using TiDB Operator, you need to deploy NgMonitoring manually by referring to [Enable Continuous Profiling](https://docs.pingcap.com/tidb-in-kubernetes/dev/access-dashboard/#enable-continuous-profiling).
88+
=======
89+
NgMonitoring is an advanced monitoring component built in TiDB clusters of v5.4.0 and later versions to support TiDB Dashboard features such as **Continuous Profiling** and **Top SQL**. NgMonitoring is automatically deployed when you deploy or upgrade a cluster with a newer version of TiUP. For clusters deployed using TiDB Operator, you can deploy NgMonitoring manually by referring to [Enable Continuous Profiling](https://docs.pingcap.com/tidb-in-kubernetes/v1.4/access-dashboard/#enable-continuous-profiling).
90+
>>>>>>> 47755948df (v5.4-v6.1: update TiDB in Kubernetes links from dev to v1.4 (#22080))
8791

8892
If the **Continuous Profiling** page shows `required component NgMonitoring is not started`, address the problem based on the deployment method of the TiDB cluster.
8993

@@ -145,4 +149,47 @@ After performing the preceding steps, enable Continuous Profiling on TiDB Dashbo
145149

146150
#### Clusters deployed using TiDB Operator
147151

152+
<<<<<<< HEAD
148153
Deploy NgMonitoring by referring to [Enable Continuous Profiling](https://docs.pingcap.com/tidb-in-kubernetes/dev/access-dashboard/#enable-continuous-profiling).
154+
=======
155+
<details>
156+
<summary>Clusters Deployed using TiDB Operator</summary>
157+
158+
Deploy the NgMonitoring component by following instructions in the [Enable Continuous Profiling](https://docs.pingcap.com/tidb-in-kubernetes/v1.4/access-dashboard/#enable-continuous-profiling) section in TiDB Operator documentation.
159+
160+
</details>
161+
162+
<details>
163+
<summary>Clusters Started using TiUP Playground</summary>
164+
165+
When starting the cluster, TiUP Playground (>= v1.8.0) automatically starts the NgMonitoring component. To update TiUP Playground to the latest version, run the following command:
166+
167+
{{< copyable "shell-regular" >}}
168+
169+
```shell
170+
tiup update --self
171+
tiup update playground
172+
```
173+
174+
</details>
175+
176+
### An `unknown field` error is shown on the **Slow Queries** page
177+
178+
If the `unknown field` error appears on the **Slow Queries** page after the cluster upgrade, the error is related to a compatibility issue caused by the difference between TiDB Dashboard server fields (which might be updated) and user preferences fields (which are in the browser cache). This issue has been fixed. If your cluster is earlier than v5.0.3 or v4.0.14, perform the following steps to clear your browser cache:
179+
180+
1. Open TiDB Dashboard page.
181+
182+
2. Open Developer Tools. Different browsers have different ways of opening Developer Tools. After clicking the **Menu Bar**:
183+
184+
- Firefox: **Menu** > **Web Developer** > **Toggle Tools**, or **Tools** > **Web Developer** > **Toggle Tools**.
185+
- Chrome: **More tools** > **Developer tools**.
186+
- Safari: **Develop** > **Show Web Inspector**. If you can't see the **Develop** menu, go to **Safari** > **Preferences** > **Advanced**, and check the **Show Develop** menu in menu bar checkbox.
187+
188+
In the following example, Chrome is used.
189+
190+
![Opening DevTools from Chrome's main menu](/media/dashboard/dashboard-faq-devtools.png)
191+
192+
3. Select the **Application** panel, expand the **Local Storage** menu and select the **TiDB Dashboard page domain**. Click the **Clear All** button.
193+
194+
![Clear the Local Storage](/media/dashboard/dashboard-faq-devtools-application.png)
195+
>>>>>>> 47755948df (v5.4-v6.1: update TiDB in Kubernetes links from dev to v1.4 (#22080))

0 commit comments

Comments
 (0)