Would there be any problem in copying Data.fs from one system to another and being able to use it? -- John
From: "John Poltorak" <jp@warpix.org>
Would there be any problem in copying Data.fs from one system to another and being able to use it?
No problem as long as you are using compatible versions of Zope on the systems you are copying to/from (I would recommend using the same version of Zope on all systems). We do this all the time. Jonathan
--On Freitag, 14. Januar 2005 12:58 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
Would there be any problem in copying Data.fs from one system to another and being able to use it?
As long as both installation are installed in the same way there should be no problem. -aj
[John Poltorak]
Would there be any problem in copying Data.fs from one system to another and being able to use it?
You can even move it across operating systems (the FileStorage format is platform-independent). You take a small risk if you try to copy a Data.fs *while* it's in active use, because it's in a temporarily non-sane state during the time a transaction is being committed. More here: http://zope.org/Wikis/ZODB/FileStorageBackup
where do I find repozo.py? It doesn't seem to be included with v2.7.0 on win32. thanks. Tim Peters wrote:
[John Poltorak]
Would there be any problem in copying Data.fs from one system to another and being able to use it?
You can even move it across operating systems (the FileStorage format is platform-independent).
You take a small risk if you try to copy a Data.fs *while* it's in active use, because it's in a temporarily non-sane state during the time a transaction is being committed. More here:
http://zope.org/Wikis/ZODB/FileStorageBackup _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--On Freitag, 14. Januar 2005 9:27 Uhr -0800 Erik Myllymaki <erik.myllymaki@aviawest.com> wrote:
where do I find repozo.py?
It doesn't seem to be included with v2.7.0 on win32.
It should be part of the latest 2.7 release. 2.7.0 is old and buggy. I assume it is in the "utilities" directory. -aj
participants (5)
-
Andreas Jung -
Erik Myllymaki -
John Poltorak -
Jonathan Hobbs -
Tim Peters