how-to: add doc for upgrading TiDB using TiUP#2636
Merged
Conversation
yikeke
reviewed
Apr 7, 2020
yikeke
reviewed
Apr 7, 2020
| - 启用了 `Kafka` 的集群 | ||
| - 启用了 `Spark` 的集群 | ||
| - 启用了 `Lightning` / `Importer` 的集群 | ||
| - 仍使用老版本 `'push'` 的方式收集监控指标(从 3.0 默认为 `'pull'` 模式,如果没有特意调整过则可以支持)仍在使用 PushGateway 收集监控指标的集群 |
Contributor
There was a problem hiding this comment.
仍使用老版本 'push' 的方式收集监控指标 和 仍在使用 PushGateway 收集监控指标 重复了?
5 tasks
Co-Authored-By: Keke Yi <40977455+yikeke@users.noreply.github.com>
Contributor
|
LGTM |
Contributor
Done. PTAL. |
lilin90
reviewed
Apr 9, 2020
lilin90
reviewed
Apr 9, 2020
kissmydb
commented
Apr 9, 2020
kissmydb
commented
Apr 9, 2020
| - [使用 Ansible 扩容缩容](/how-to/scale/with-ansible.md) | ||
| + 升级 | ||
| - [升级至最新开发版](/how-to/upgrade/from-previous-version.md) | ||
| - [使用 TiDB Ansible 升级](/how-to/upgrade/from-previous-version.md) |
Contributor
Author
There was a problem hiding this comment.
这个放到 TiUP 后面吧,把 tiup 放前面,并(推荐)
Co-Authored-By: Lilian Lee <lilin@pingcap.com>
kissmydb
commented
Apr 9, 2020
Co-Authored-By: kissmydb <likun@pingcap.com>
Contributor
|
LGTM |
Contributor
|
/run-all-tests |
Contributor
|
cherry pick to release-4.0 in PR #2677 |
sre-bot
added a commit
that referenced
this pull request
Apr 9, 2020
This was referenced Apr 9, 2020
This was referenced Apr 10, 2020
rleungx
pushed a commit
to rleungx/docs-cn
that referenced
this pull request
May 22, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is changed, added or deleted? (Required)
document how to upgrade TiDB using TiUP
Which TiDB version(s) do your changes apply to? (Required)
If you select two or more versions from above, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you must add corresponding labels such as needs-cherry-pick-4.0, needs-cherry-pick-3.1, needs-cherry-pick-3.0, and needs-cherry-pick-2.1.
What is the related PR or file link(s)?