Commit 85607171 authored by Priyan Sureshbabu's avatar Priyan Sureshbabu

Add warning about running git gc or prune in pool repositories

parent ff3c3e67
......@@ -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.
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