Commit 0848f550 authored by Evan Read's avatar Evan Read

Merge branch 'tc-link-geo-unrepl-docs' into 'master'

Geo doc: Cross-link unreplicated types to issues

Closes #30593

See merge request gitlab-org/gitlab!18443
parents 53558876 417b179d
---
title: Cross-link unreplicated Geo types to issues
merge_request: 18443
author:
type: changed
...@@ -255,36 +255,58 @@ This list of limitations only reflects the latest version of GitLab. If you are ...@@ -255,36 +255,58 @@ This list of limitations only reflects the latest version of GitLab. If you are
The following table lists the GitLab features along with their replication The following table lists the GitLab features along with their replication
and verification status on a **secondary** node. and verification status on a **secondary** node.
You can keep track of the progress to include the missing items in: You can keep track of the progress to implement the missing items in
these epics/issues:
- [ee-893](https://gitlab.com/groups/gitlab-org/-/epics/893).
- [ee-1430](https://gitlab.com/groups/gitlab-org/-/epics/1430). - [Unreplicated Data Types](https://gitlab.com/groups/gitlab-org/-/epics/893)
- [Verify all replicated data](https://gitlab.com/groups/gitlab-org/-/epics/1430)
| Feature | Replicated | Verified |
|-----------|------------|----------| | Feature | Replicated | Verified | Notes |
| All database content (e.g. snippets, epics, issues, merge requests, groups, and project metadata) | Yes | Yes | |-----------------------------------------------------|--------------------------|-----------------------------|--------------------------------------------|
| Project repository | Yes | Yes | | All database content | **Yes** | **Yes** | |
| Project wiki repository | Yes | Yes | | Project repository | **Yes** | **Yes** | |
| Project designs repository | No | No | | Project wiki repository | **Yes** | **Yes** | |
| Uploads (e.g. attachments to issues, merge requests, epics, and avatars) | Yes | Yes, only on transfer, or manually (1) | | Project designs repository | [No][design-replication] | [No][design-verification] | |
| LFS Objects | Yes | Yes, only on transfer, or manually (1) | | Uploads | **Yes** | [No][upload-verification] | Verified only on transfer, or manually (1) |
| CI job artifacts (other than traces) | Yes | No, only manually (1) | | LFS Objects | **Yes** | [No][lfs-verification] | Verified only on transfer, or manually (1) |
| Archived traces | Yes | Yes, only on transfer, or manually (1) | | CI job artifacts (other than traces) | **Yes** | [No][artifact-verification] | Verified only manually (1) |
| Personal snippets | Yes | Yes | | Archived traces | **Yes** | [No][artifact-verification] | Verified only on transfer, or manually (1) |
| Version-controlled personal snippets ([unsupported](https://gitlab.com/gitlab-org/gitlab-foss/issues/13426)) | No | No | | Personal snippets | **Yes** | **Yes** | |
| Project snippets | Yes | Yes | | Version-controlled personal snippets | No | No | [Not yet supported][unsupported-snippets] |
| Version-controlled project snippets ([unsupported](https://gitlab.com/gitlab-org/gitlab-foss/issues/13426)) | No | No | | Project snippets | **Yes** | **Yes** | |
| Object pools for forked project deduplication | No | No | | Version-controlled project snippets | No | No | [Not yet supported][unsupported-snippets] |
| [Server-side Git Hooks](../../custom_hooks.md) | No | No | | Object pools for forked project deduplication | **Yes** | No | |
| [Elasticsearch integration](../../../integration/elasticsearch.md) | No | No | | [Server-side Git Hooks][custom-hooks] | No | No | |
| [GitLab Pages](../../pages/index.md) | No | No | | [Elasticsearch integration][elasticsearch] | No | No | |
| [Container Registry](../../packages/container_registry.md) | Yes | No | | [GitLab Pages][gitlab-pages] | [No][pages-replication] | No | |
| [NPM Registry](../../../user/packages/npm_registry/index.md) | No | No | | [Container Registry][container-registry] | **Yes** | No | |
| [Maven Packages](../../../user/packages/maven_repository/index.md) | No | No | | [NPM Registry][npm-registry] | No | No | |
| [Conan Packages](../../../user/packages/conan_repository/index.md) | No | No | | [Maven Repository][maven-repository] | No | No | |
| [External merge request diffs](../../merge_request_diffs.md) | No, if they are on-disk | No | | [Conan Repository][conan-repository] | No | No | |
| [External merge request diffs][merge-request-diffs] | [No][diffs-replication] | No | |
1. The integrity can be verified manually using [Integrity Check Rake Task](../../raketasks/check.md) on both nodes and comparing the output between them. | Content in object storage | **Yes** | No | |
[design-replication]: https://gitlab.com/groups/gitlab-org/-/epics/1633
[design-verification]: https://gitlab.com/gitlab-org/gitlab/issues/32467
[upload-verification]: https://gitlab.com/groups/gitlab-org/-/epics/1817
[lfs-verification]: https://gitlab.com/gitlab-org/gitlab/issues/8922
[artifact-verification]: https://gitlab.com/gitlab-org/gitlab/issues/8923
[diffs-replication]: https://gitlab.com/gitlab-org/gitlab/issues/33817
[pages-replication]: https://gitlab.com/groups/gitlab-org/-/epics/589
[unsupported-snippets]: https://gitlab.com/gitlab-org/gitlab/issues/14228
[custom-hooks]: ../../custom_hooks.md
[elasticsearch]: ../../../integration/elasticsearch.md
[gitlab-pages]: ../../pages/index.md
[container-registry]: ../../packages/container_registry.md
[npm-registry]: ../../../user/packages/npm_registry/index.md
[maven-repository]: ../../../user/packages/maven_repository/index.md
[conan-repository]: ../../../user/packages/conan_repository/index.md
[merge-request-diffs]: ../../merge_request_diffs.md
1. The integrity can be verified manually using
[Integrity Check Rake Task](../../raketasks/check.md)
on both nodes and comparing the output between them.
DANGER: **DANGER** DANGER: **DANGER**
Features not on this list, or with **No** in the **Replicated** column, Features not on this list, or with **No** in the **Replicated** column,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment