We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508af80 commit 3fa56cdCopy full SHA for 3fa56cd
README.md
@@ -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