-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# MongoDB GridFS orphaned chunks cleanup (MGOCC) | ||
|
||
The MGOCC program searches trough every chunk in GridFS to determine whether a file and it's chunks are orphaned or not. | ||
|
||
## Required stuff | ||
|
||
Only three things are needed for this program to work: | ||
|
||
* `MongoConnectionString` the connection string to your MongoDB cluster | ||
* `DryRun` if you are an anxious individual you might want to see how many deletions would be performed | ||
* Patience, a lot of patience. | ||
|
||
## Legal stuff | ||
|
||
GPL v3.0 so use this at your own risk. |