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
85607171
Commit
85607171
authored
Apr 27, 2021
by
Priyan Sureshbabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add warning about running git gc or prune in pool repositories
parent
ff3c3e67
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/administration/housekeeping.md
doc/administration/housekeeping.md
+5
-0
No files found.
doc/administration/housekeeping.md
View file @
85607171
...
...
@@ -57,3 +57,8 @@ This is the current call stack by which it is invoked:
To manually invoke it from a Rails console, if needed, you can call
`project.pool_repository.object_pool.fetch`
.
This is a potentially long-running task, though Gitaly times out in about 8 hours.
WARNING:
Do not run
`git prune`
or
`git gc`
in pool repositories! This can
cause data loss in "real" repositories that depend on the pool in
question.
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