Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
417b179d
Commit
417b179d
authored
Oct 11, 2019
by
Toon Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cross-link unreplicated types to issues
Closes
https://gitlab.com/gitlab-org/gitlab/issues/30593
parent
3f4c19cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
30 deletions
+57
-30
changelogs/unreleased/tc-link-geo-unrepl-docs.yml
changelogs/unreleased/tc-link-geo-unrepl-docs.yml
+5
-0
doc/administration/geo/replication/index.md
doc/administration/geo/replication/index.md
+52
-30
No files found.
changelogs/unreleased/tc-link-geo-unrepl-docs.yml
0 → 100644
View file @
417b179d
---
title
:
Cross-link unreplicated Geo types to issues
merge_request
:
18443
author
:
type
:
changed
doc/administration/geo/replication/index.md
View file @
417b179d
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment