https://github.com/collective/collective.zodbdebug
Tools to debug a ZODB.
https://github.com/collective/collective.zodbdebug
zodb zope
Last synced: 11 months ago
JSON representation
Tools to debug a ZODB.
- Host: GitHub
- URL: https://github.com/collective/collective.zodbdebug
- Owner: collective
- Created: 2018-11-27T19:19:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T14:59:11.000Z (almost 7 years ago)
- Last Synced: 2025-07-18T23:22:07.225Z (11 months ago)
- Topics: zodb, zope
- Language: Python
- Size: 15.6 KB
- Stars: 6
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Overview
========
Tools to debug a ZODB.
Provide the ``.core.ZODBInfo`` class which is a nice interface to inspect the objects in a ZODB
and the references between them.
The ``scan_blobs`` script scans the blobs directory and prints information about each blob.
It is registered using the ``zopectl.command`` entry-point, so it can be invoked like this:
``bin/instance scan_blobs``.
.. DANGER::
Do not use in production! This project provides debugging tools only. For safety always use it
in a copy of the actual DB.
Install
=======
Install it as an egg of a Zope instance.
See also
========
This discussion: `Any way to track down the content object a blobstorage asset belongs to? (RelStorage)`_
.. References:
.. _`Any way to track down the content object a blobstorage asset belongs to? (RelStorage)`: https://community.plone.org/t/any-way-to-track-down-the-content-object-a-blobstorage-asset-belongs-to-relstorage/7191