-
Notifications
You must be signed in to change notification settings - Fork 695
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
op-guide, tool: add summary metadata #548
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: Deploy TiDB Using Ansible | ||
summary: Use Ansible to deploy a TiDB cluster. | ||
category: operations | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- | ||
title: Backup and Restore | ||
summary: Learn how to backup and restore data of TiDB. | ||
category: operations | ||
--- | ||
|
||
# Backup and Restore | ||
|
||
## About | ||
|
||
This document describes how to backup and restore the data of TiDB. Currently, this document only covers full backup and restoration. | ||
This document describes how to backup and restore data of TiDB. Currently, this document only covers full backup and restoration. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. backup -> back up |
||
|
||
Here we assume that the TiDB service information is as follows: | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: TiDB Garbage Collection (GC) | ||
summary: Use TiDB Garbage Collection (GC) to clear obsolete data. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. -> Use Garbage Collection (GC) to clear the obsolete data of TiDB. |
||
category: advanced | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: Migration Overview | ||
summary: Learn how to migrate data from MySQL to TiDB. | ||
category: operations | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: Overview of the TiDB Monitoring Framework | ||
summary: Use Prometheus and Grafana to construct the TiDB monitoring framework. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. construct -> build (more frequently used) |
||
category: operations | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: Loader Instructions | ||
summary: Use Loader to load data to TiDB. | ||
category: advanced | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: Syncer User Guide | ||
summary: Use Syncer to import data incrementally to TiDB. | ||
category: advanced | ||
--- | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
title: TiKV Control User Guide | ||
summary: Use TiKV Control to manage a TiKV cluster. | ||
category: tools | ||
--- | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data -> the data