RE: [Zope] Newbie question: can the ZODB be moved? On a different Server or HDD?
Is it possible to move Data.fs between different versions of Zope, specifically 2.6.x and 2.7.0? And platforms - Win32 to Linux? For example, I have an instance of Zope 2.6 running, and this server has instances of LocalFS. The same product, LocalFS, doesn't work with Zope 2.7, in fact once installed users/administrators cannot access views/management screens at that point. Would moving Data.fs work? -----Original Message----- From: Chris Withers [mailto:chris@simplistix.co.uk] Sent: Tuesday, June 01, 2004 23:30 To: Shane McCombs Cc: zope@zope.org Subject: Re: [Zope] Newbie question: can the ZODB be moved? On a different Server or HDD? Shane McCombs wrote:
Newbie question: can the ZODB be moved?
You may need to elaborate on that... Assuming you're using FileStorage, you just have to move the file Data.fs to wherever you want to...
We would like to keep the DataBase on a SNAP is this possible?
What's SNAP? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk _______________________________________________ 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 )
Samir Mishra wrote:
Is it possible to move Data.fs between different versions of Zope, specifically 2.6.x and 2.7.0? And platforms - Win32 to Linux?
For example, I have an instance of Zope 2.6 running, and this server has instances of LocalFS. The same product, LocalFS, doesn't work with Zope 2.7, in fact once installed users/administrators cannot access views/management screens at that point. Would moving Data.fs work?
-----Original Message----- From: Chris Withers [mailto:chris@simplistix.co.uk] Sent: Tuesday, June 01, 2004 23:30 To: Shane McCombs Cc: zope@zope.org Subject: Re: [Zope] Newbie question: can the ZODB be moved? On a different Server or HDD?
Shane McCombs wrote:
Newbie question: can the ZODB be moved?
You may need to elaborate on that...
Assuming you're using FileStorage, you just have to move the file Data.fs to
wherever you want to...
We would like to keep the DataBase on a SNAP is this possible?
What's SNAP?
Chris
You can move Data.fs from 2.6x to 2.7x you can also move it between windows and linux. Some content does have problem with that. Especially when an absolute path to something is store as it is the case with LocalFS and CMF-skins. However the problem you are experiencen stems from the fact, that LocalFS is not compatible with 2.7. There is an updated version someplace (LocalFS-andreas or something) You have to google for it Robert
participants (2)
-
robert rottermann -
Samir Mishra