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
b4a3c30d
Commit
b4a3c30d
authored
Oct 21, 2021
by
Amy Qualls
Committed by
Suzanne Selhorn
Oct 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrite subheading for hard failures
parent
9031a8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/subscriptions/bronze_starter.md
doc/subscriptions/bronze_starter.md
+1
-1
doc/user/project/repository/mirror/pull.md
doc/user/project/repository/mirror/pull.md
+3
-3
No files found.
doc/subscriptions/bronze_starter.md
View file @
b4a3c30d
...
...
@@ -92,7 +92,7 @@ the tiers are no longer mentioned in GitLab documentation:
-
[
Pull mirroring
](
../user/project/repository/mirror/pull.md
)
outside repositories in a GitLab repository
-
[
Overwrite diverged branches
](
../user/project/repository/mirror/pull.md#overwrite-diverged-branches
)
-
[
Trigger pipelines for mirror updates
](
../user/project/repository/mirror/pull.md#trigger-pipelines-for-mirror-updates
)
-
[
Hard failures
](
../user/project/repository/mirror/pull.md#hard-failure
)
when mirroring fails
-
[
Fix hard failures when mirroring
](
../user/project/repository/mirror/pull.md#fix-hard-failures-when-mirroring
)
-
[
Trigger pull mirroring from the API
](
../user/project/repository/mirror/pull.md#trigger-an-update-by-using-the-api
)
-
[
Mirror only protected branches
](
../user/project/repository/mirror/index.md#mirror-only-protected-branches
)
-
[
Bidirectional mirroring
](
../user/project/repository/mirror/bidirectional.md
)
...
...
doc/user/project/repository/mirror/pull.md
View file @
b4a3c30d
...
...
@@ -41,7 +41,7 @@ After you configure a GitLab repository as a pull mirror:
1.
Sidekiq becomes available to process updates, mirrors are updated. If the update process:
-
**Succeeds**
: An update is enqueued again with at least a 30 minute wait.
-
**Fails**
: The update is attempted again later. After 14 failures, a mirror is marked as a
[
hard failure
](
#
hard-failure
)
and is no longer enqueued for updates. A branch diverging
[
hard failure
](
#
fix-hard-failures-when-mirroring
)
and is no longer enqueued for updates. A branch diverging
from its upstream counterpart can cause failures. To prevent branches from
diverging, configure
[
Overwrite diverged branches
](
#overwrite-diverged-branches
)
when
you create your mirror.
...
...
@@ -102,7 +102,7 @@ updates are pulled immediately.
For more information, read
[
Start the pull mirroring process for a project
](
../../../../api/projects.md#start-the-pull-mirroring-process-for-a-project
)
.
##
Hard failure
##
Fix hard failures when mirroring
> Moved to GitLab Premium in 13.9.
...
...
@@ -112,7 +112,7 @@ and mirroring attempts stop. This failure is visible in either the:
-
Project's main dashboard.
-
Pull mirror settings page.
You can resume the project mirroring again by
[
forcing
an update
](
index.md#force-an-update
)
.
To resume project mirroring,
[
force
an update
](
index.md#force-an-update
)
.
## Related topics
...
...
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