[Zodb-checkins] CVS: ZODB3/Doc - storages.html:1.4
Toby Dickenson
tdickenson at geminidataloggers.com
Tue Jun 17 06:26:47 EDT 2003
Update of /cvs-repository/ZODB3/Doc
In directory cvs.zope.org:/tmp/cvs-serv28712/Doc
Modified Files:
storages.html
Log Message:
rationalized DirectoryStorage disaster recovery notes into external web page.
=== ZODB3/Doc/storages.html 1.3 => 1.4 ===
--- ZODB3/Doc/storages.html:1.3 Tue Jun 17 04:09:52 2003
+++ ZODB3/Doc/storages.html Tue Jun 17 05:26:46 2003
@@ -514,10 +514,10 @@
will raise a POSKeyError exception, which must be fixed manually from within the application.
</td>
<td class="dirstorage">
-If you cant restore a backup or switch to a replica, use checkds.py to find corrupt records and remove them by hand.
-Attempts to access them in an application will raise a POSKeyError exception. These can be fixed within the
-application, or, if you are an expert in the storage directory layout, by copying individual files from a
-slightly-out-of-date backup.
+Restore a backup or switch to a replica. You do have one, dont you? If not it may be
+possible to
+<a href="http://dirstorage.sourceforge.net/disaster.html">salvage some data from the storage</a>.
+This process is untested.
</td>
<td class="bdbstorage">
?
More information about the Zodb-checkins
mailing list