A oplog editing utility for mongodb.
Project description
# oplogutils
Utilities for inspecting and manipulating the MongoDB oplog.
By Dan McKinley - dan@etsy.com - [http://mcfunley.com](http://mcfunley.com)
## Overview
This package contains utilities for manipulating a MongoDB oplog, which can be
necessary in recovery scenarios. The tools are:
<pre>
oplog-count - counts the number of events in the oplog after a certain date
and time.
oplog-trim - deletes events from the oplog after a certain date and time.
</pre>
## Installation
The easiest way to install is using [setuptools](http://pypi.python.org/pypi/setuptools).
<pre>
$ easy_install oplogutils
</pre>
To install from source, extract the tarball and use the following commands.
<pre>
$ python setup.py build
$ sudo python setup.py install
</pre>
## Examples
<pre>
oplog-trim --host=myhost.domain.com --port=27017 --remove-after="2010-05-22 03:42:00"
</pre>
## Unit Tests
oplogutils comes with a fairly complete unit test suite. The suite requires the
mongod program to be somewhere in the $PATH. To run the tests, use:
<pre>
python setup.py test
</pre>
## See Also
* [The MongoDB website](http://www.mongodb.org/)
* See [articles tagged MongoDB on the Etsy developer blog](http://codeascraft.etsy.com/tag/mongodb/) for some use cases.
## Version History
### Version 0.1.2
* 05-30-2010 - Added --version switch to commands. Test fixes.
### Version 0.1.1
* 05-30-2010 - Added oplogutils to cheeseshop.
### Version 0.1
* 05-21-2010 - Initial release.
Utilities for inspecting and manipulating the MongoDB oplog.
By Dan McKinley - dan@etsy.com - [http://mcfunley.com](http://mcfunley.com)
## Overview
This package contains utilities for manipulating a MongoDB oplog, which can be
necessary in recovery scenarios. The tools are:
<pre>
oplog-count - counts the number of events in the oplog after a certain date
and time.
oplog-trim - deletes events from the oplog after a certain date and time.
</pre>
## Installation
The easiest way to install is using [setuptools](http://pypi.python.org/pypi/setuptools).
<pre>
$ easy_install oplogutils
</pre>
To install from source, extract the tarball and use the following commands.
<pre>
$ python setup.py build
$ sudo python setup.py install
</pre>
## Examples
<pre>
oplog-trim --host=myhost.domain.com --port=27017 --remove-after="2010-05-22 03:42:00"
</pre>
## Unit Tests
oplogutils comes with a fairly complete unit test suite. The suite requires the
mongod program to be somewhere in the $PATH. To run the tests, use:
<pre>
python setup.py test
</pre>
## See Also
* [The MongoDB website](http://www.mongodb.org/)
* See [articles tagged MongoDB on the Etsy developer blog](http://codeascraft.etsy.com/tag/mongodb/) for some use cases.
## Version History
### Version 0.1.2
* 05-30-2010 - Added --version switch to commands. Test fixes.
### Version 0.1.1
* 05-30-2010 - Added oplogutils to cheeseshop.
### Version 0.1
* 05-21-2010 - Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
oplogutils-0.1.2-py2.5.egg
(11.7 kB
view details)
File details
Details for the file oplogutils-0.1.2-py2.5.egg
.
File metadata
- Download URL: oplogutils-0.1.2-py2.5.egg
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3567482a8281243205f778ae9fb34a60e83c31edd4a597ddff99c8e70e759c6 |
|
MD5 | 82c313fd08ae265d139f9589aac731f5 |
|
BLAKE2b-256 | 97f609528b76a06784ca8c2e2f190d0981a8d71f84dcb9f50d022b6b5a684749 |