• Jim Fulton's avatar
    Added flush call in undo. · 039bcfc0
    Jim Fulton authored
    Added utility code to recover corrupted databases. Note that
    the recover method is imperfect. It doesn't recover lost data. It
    just repairs the file so the lost data doesn't prevent startup.
    
    To run the recovery code:
    
      - cd lib/python
      - python ZODB/fsrecover.py ../../var/Data.fs
    039bcfc0
FileStorage.py 51.7 KB