[Zope3-Users] Copy / Move ZODB Content From "Dev"
	Zope3Instance to "Production" Zope3 Instance?
    Brian Sutherland 
    jinty at web.de
       
    Tue Jan 22 12:16:02 EST 2008
    
    
  
On Tue, Jan 22, 2008 at 12:08:10PM -0500, Christopher Warner wrote:
> > We do something similar but with our Zope2 instances. With Zope3 we
> > don't have a ZODB and do all distribution using Debian packages.
> 
> So how does this answer the question? He's talking about ZODB instances
> themselves without having to use Postgres or any other data solution
> other than the Data.fs itself.
> 
> My recommendation is to either export all of the data that you want as
> object and do a mass import. Or to simply copy around the Data.fs which
> would probably not be the best solution but unless someone responds with
> a better way :-); the only solution.
Perhaps you could have 2 Data.fs in your instance mounted at different
points. One for code and the other for data. Then you just copy the code
Data.fs around and leave the data Data.fs in place. 
> 
> Thanks,
> Christopher Warner
> 
-- 
Brian Sutherland
    
    
More information about the Zope3-users
mailing list