Skip to content
代码片段 群组 项目
提交 775c8e64 编辑于 作者: Achilleas Pipinellis's avatar Achilleas Pipinellis
浏览文件

Merge branch '15-0-geo-remove-promote-db' into 'master'

Geo 15.0 removals - remove promote-db

See merge request gitlab-org/gitlab!86766
No related branches found
No related tags found
无相关合并请求
- name: "The `promote-db` command is no longer available from `gitlab-ctl`"
announcement_milestone: "14.5"
announcement_date: "2021-11-22"
removal_milestone: "15.0"
removal_date: "2022-05-22"
breaking_change: true
reporter: sranasinghe
stage: enablement
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/345207
body: |
In GitLab 14.5, we introduced the command `gitlab-ctl promote` to promote any Geo secondary node to a primary during a failover. This command replaces `gitlab-ctl promote-db` which is used to promote database nodes in multi-node Geo secondary sites. The `gitlab-ctl promote-db` command has been removed in GitLab 15.0.
tiers: [Premium, Ultimate]
documentation_url: https://docs.gitlab.com/ee/administration/geo/disaster_recovery/planned_failover.html
...@@ -283,6 +283,16 @@ has been removed. ...@@ -283,6 +283,16 @@ has been removed.
To set test coverage parsing, use the project’s `.gitlab-ci.yml` file by providing a regular expression with the To set test coverage parsing, use the project’s `.gitlab-ci.yml` file by providing a regular expression with the
[`coverage` keyword](https://docs.gitlab.com/ee/ci/yaml/index.html#coverage). [`coverage` keyword](https://docs.gitlab.com/ee/ci/yaml/index.html#coverage).
### The `promote-db` command is no longer available from `gitlab-ctl`
WARNING:
This feature was changed or removed in 15.0
as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes).
Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow.
In GitLab 14.5, we introduced the command `gitlab-ctl promote` to promote any Geo secondary node to a primary during a failover. This command replaces `gitlab-ctl promote-db` which is used to promote database nodes in multi-node Geo secondary sites. The `gitlab-ctl promote-db` command has been removed in GitLab 15.0.
### Update to the Container Registry group-level API ### Update to the Container Registry group-level API
WARNING: WARNING:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册