17 Aug
2000
17 Aug
'00
10:05 p.m.
On Thu, 17 Aug 2000, Andre Schubert wrote:
My Questions are: is there a way to delete the last transaction from
One answer: use tranalyzer to find the offset of the start of the last transaction and truncate the file there.
Data.fs, and can i backup the Data.fs when Zope is running. Is the
Yes.
backup of Data.fs inconsitent when i make the backup at the same time a user writes to it?
No. If the last transaction in Data.fs s incomplete, Zope will ignore it on startup. --RDM