Skip to content
代码片段 群组 项目
未验证 提交 dc9ec18b 编辑于 作者: Michael Kozono's avatar Michael Kozono 提交者: GitLab
浏览文件

Geo docs: Update `geo_skip_download_if_exists` FF history

上级 86c99d11
No related branches found
No related tags found
无相关合并请求
...@@ -88,9 +88,10 @@ When a secondary site is added, if it contains data that would otherwise be sync ...@@ -88,9 +88,10 @@ When a secondary site is added, if it contains data that would otherwise be sync
- Geo's container registry sync code compares tags and only pulls missing tags. - Geo's container registry sync code compares tags and only pulls missing tags.
- [Blobs/files](#skipping-re-transfer-of-blobs-or-files) are skipped if they exist on the first sync. - [Blobs/files](#skipping-re-transfer-of-blobs-or-files) are skipped if they exist on the first sync.
This behavior is useful when: Use-cases:
- You do a planned failover and demote the old primary site by attaching it as a secondary site without rebuilding it. - You do a planned failover and demote the old primary site by attaching it as a secondary site without rebuilding it.
- You have multiple secondary Geo sites. You do a planned failover and reattach the other secondary Geo sites without rebuilding them.
- You do a failover test by promoting and demoting a secondary site and reattach it without rebuilding it. - You do a failover test by promoting and demoting a secondary site and reattach it without rebuilding it.
- You restore a backup and attach the site as a secondary site. - You restore a backup and attach the site as a secondary site.
- You manually copy data to a secondary site to workaround a sync problem. - You manually copy data to a secondary site to workaround a sync problem.
...@@ -100,9 +101,10 @@ This behavior is useful when: ...@@ -100,9 +101,10 @@ This behavior is useful when:
### Skipping re-transfer of blobs or files ### Skipping re-transfer of blobs or files
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352530) in GitLab 16.8 [with a flag](../../feature_flags.md) named `geo_skip_download_if_exists`. Disabled by default. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352530) in GitLab 16.8 [with a flag](../../feature_flags.md) named `geo_skip_download_if_exists`. Disabled by default.
> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/435788) in GitLab 16.9. Feature flag `geo_skip_download_if_exists` removed.
FLAG: FLAG:
On self-managed GitLab, by default this feature is not available. To make it available, an administrator can [enable the feature flag](../../feature_flags.md) named `geo_skip_download_if_exists`. On self-managed GitLab, by default this feature is available.
On GitLab.com, this feature is not available. On GitLab.com, this feature is not available.
When you add a secondary site which has preexisting file data, then the secondary Geo site will avoid re-transferring that data. This applies to: When you add a secondary site which has preexisting file data, then the secondary Geo site will avoid re-transferring that data. This applies to:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册