Commit 18169afd authored by Evan Read's avatar Evan Read

Merge branch 'doc-psureshbabu-master-patch-97863' into 'master'

Add warning about running git gc or prune in pool repositories

See merge request gitlab-org/gitlab!60373
parents 237c6e0d 85607171
......@@ -60,3 +60,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.
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