Metadata-Version: 1.1
Name: zodbverify
Version: 1.0.2
Summary: Check if all data from a ZODB can be loaded
Home-page: https://github.com/plone/zodbverify
Author: Plone Foundation Contributors
Author-email: releasemanager@plone.org
License: GNU General Public License v2 (GPLv2)
Description: ==========
        zodbverify
        ==========
        
        Overview
        ========
        
        Verify a ZODB by iterating and loading all records.
        Problems are reported in detail.
        A debugger is provided, together with decompilation information.
        
        zodbverify is available as a standalone script and as addon for `plone.recipe.zope2instance`.
        
        
        Usage
        =====
        
        Script
        ------
        
        The verification runs on a plain ZODB file.
        The Zope application is not started.
        
        Run i.e.::
        
            bin/zodbverify -f var/filestorage/Data.fs
        
        Usage::
        
            zodbverify [-h] -f ZODBFILE [-D]
        
            Verifies that all records in the database can be loaded.
        
            optional arguments:
              -h, --help            show this help message and exit
              -f ZODBFILE, --zodbfile ZODBFILE
              -D, --debug           pause to debug broken pickles
        
        
        plone.recipe.zope2instance integration
        --------------------------------------
        
        The verification runs in the context of the initialized Zope application.
        
        Usage::
        
            ./bin/instance zodbverify [-h] [-D]
        
            Verifies that all records in the database can be loaded.
        
            optional arguments:
              -h, --help   show this help message and exit
              -D, --debug  pause to debug broken pickles
        
        
        Source Code
        ===========
        
        Contributors please read the document `Process for Plone core's development <https://docs.plone.org/develop/coredev/docs/index.html>`_
        
        Sources are at the `Plone code repository hosted at Github <https://github.com/plone/plone.behavior>`_.
        
        Changelog
        =========
        
        .. You should *NOT* be adding new change log entries to this file.
           You should create a file in the news directory instead.
           For helpful instructions, please see:
           https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst
        
        .. towncrier release notes start
        
        1.0.2 (2019-08-08)
        ------------------
        
        Bug fixes:
        
        
        - Open Data.fs in read only mode. (#2)
        
        
        1.0.1 (2019-05-09)
        ------------------
        
        Bug fixes:
        
        
        - Fix project description. [jensens] (#1)
        
        
        1.0 (2019-05-09)
        ----------------
        
        New features:
        
        
        - Initial effort.
          Base code taken from `Products.CMFPlone` (created by @davisagli).
          Enhanced and packaged for more general Zope use.
          [dwt,jensens] (#1)
        
        
        
Keywords: ZODB,check,verification
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 4
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
