[Zope] Limiting access to a Zope Site
Dieter Maurer
dieter at handshake.de
Sun Feb 4 13:20:19 EST 2007
Maciej Wisniowski wrote at 2007-2-3 15:22 +0100:
>> So where is your *real* problem? Export/import works fine,
>> we have tools like ZSyncer, we have ZEO...something you're missing?
>It is not my problem. I just pointed that copying data.fs between
>instances is not only and not preferrable way to distribute application
>versions among zope instances.
In my view, you have been right to warn against copying "Data.fs"
to synchronize between development and production installations.
In allmost all cases (whenever the production instance gathers
some data from its users), this will lead to desaster
(through data loss).
While there might be cases where "Data.fs" can be copied for this purpose,
it is good to point out that this should not be the general approach.
If you had not warned, I would have done...
--
Dieter
More information about the Zope
mailing list