Skip to content

Commit 3fa56cd

Browse files
committed
Add README.md
1 parent 508af80 commit 3fa56cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# MongoDB GridFS orphaned chunks cleanup (MGOCC)
2+
3+
The MGOCC program searches trough every chunk in GridFS to determine whether a file and it's chunks are orphaned or not.
4+
5+
## Required stuff
6+
7+
Only three things are needed for this program to work:
8+
9+
* `MongoConnectionString` the connection string to your MongoDB cluster
10+
* `DryRun` if you are an anxious individual you might want to see how many deletions would be performed
11+
* Patience, a lot of patience.
12+
13+
## Legal stuff
14+
15+
GPL v3.0 so use this at your own risk.

0 commit comments

Comments
 (0)