diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2019-06-12 07:12:15 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-12 07:12:15 +0000 |
commit | 45c5c2aad628242b88e0938e21a40d30299e3d81 (patch) | |
tree | 84a0a35d1edadd3038aac189433c1c355633e3ea /doc/administration | |
parent | 9f35bf3a5c87fcc68194b2fe343741110a958600 (diff) | |
download | gitlab-ce-45c5c2aad628242b88e0938e21a40d30299e3d81.tar.gz |
Update git object deduplication overview
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/repository_storage_types.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/repository_storage_types.md b/doc/administration/repository_storage_types.md index 4db3cbb9958..38842693d73 100644 --- a/doc/administration/repository_storage_types.md +++ b/doc/administration/repository_storage_types.md @@ -106,6 +106,11 @@ enabled for individual projects by executing be on hashed storage, should not be a fork itself, and hashed storage should be enabled for all new projects. +DANGER: **Danger:** +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. + ### How to migrate to Hashed Storage To start a migration, enable Hashed Storage for new projects: |