Commit 1e506a81 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Kirill Smelkov

zodbanalyze: now supports both FileStorage and repozo deltafs

/reviewed-on nexedi/zodbtools!1
/see-also nexedi/slapos!116
parent ab17cf2d
...@@ -8,5 +8,6 @@ scripts anymore. So we are here: ...@@ -8,5 +8,6 @@ scripts anymore. So we are here:
__ https://github.com/zopefoundation/ZODB/pull/128#issuecomment-260970932 __ https://github.com/zopefoundation/ZODB/pull/128#issuecomment-260970932
- `zodbanalyze` - analyze FileStorage or repozo deltafs usage.
- `zodbcmp` - compare content of two ZODB databases bit-to-bit. - `zodbcmp` - compare content of two ZODB databases bit-to-bit.
- `zodbdump` - dump content of a ZODB database. - `zodbdump` - dump content of a ZODB database.
...@@ -26,8 +26,9 @@ setup( ...@@ -26,8 +26,9 @@ setup(
# zodb cmd ... # zodb cmd ...
# zodb dump ... # zodb dump ...
entry_points= {'console_scripts': [ entry_points= {'console_scripts': [
'zodbcmp = zodbtool.zodbcmp:main', 'zodbanalyze = zodbtool.zodbanalyze:main',
'zodbdump = zodbtool.zodbdump:main', 'zodbcmp = zodbtool.zodbcmp:main',
'zodbdump = zodbtool.zodbdump:main',
] ]
}, },
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment