[Zope-dev] Zope Tests: 8 OK

2009-06-07 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sat Jun  6 12:00:00 2009 UTC to Sun Jun  7 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Jun  6 20:48:17 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011883.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Jun  6 20:50:19 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011884.html

Subject: OK : Zope-trunk Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Jun  6 20:52:19 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011885.html

Subject: OK : Zope-trunk Python-2.5.4 : Linux
From: Zope Tests
Date: Sat Jun  6 20:54:23 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011886.html

Subject: OK : Zope-trunk Python-2.6.1 : Linux
From: Zope Tests
Date: Sat Jun  6 20:56:25 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011887.html

Subject: OK : Zope-trunk-alltests Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Jun  6 20:58:25 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011888.html

Subject: OK : Zope-trunk-alltests Python-2.5.4 : Linux
From: Zope Tests
Date: Sat Jun  6 21:00:26 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011889.html

Subject: OK : Zope-trunk-alltests Python-2.6.1 : Linux
From: Zope Tests
Date: Sat Jun  6 21:02:27 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-June/011890.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope] Is there a Zope migration tool?

2009-06-07 Thread Aleksey Tsalolikhin
My Zope 2.10 server tells me:

Note: Zope can export/import objects in two dfferent formats:
a binary format (called ZEXP) and as XML. The ZEXP format
is the officially supported export/import format for moving data
between identicial Zope installations (it is not a migration tool).
The XML export/import is unsupported (and possibly broken
under certain circumstances) - use it at your own risk.

I am moving a Web app from Zope 2.7 to 2.10.   I exported it
from 2.7 and imported to 2.10 and this worked.  But then I saw
the above note.  Is there a migration tool?  Where is it, please?


Thanks,
Aleksey

-- 
Aleksey Tsalolikhin
UNIX System Administrator
I get stuff done!
http://www.verticalsysadmin.com/
LinkedIn - http://www.linkedin.com/in/atsaloli
___
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 )


Re: [Zope] ZeoRAID usage in production

2009-06-07 Thread Chris Withers
Miles Waller wrote:
  From the docs:
 Keep backups of your data. ZEORaid has good unit test coverage but 
 hasn't seen live action yet, so keep this in mind. - is this still the 
 case?

Yep, and Christian has expressed the need for further development to 
solve some bugs, although I don't have details of those bugs to hand.

 Is it possible to provide a pool of ZeoRAID processes, each talking to 
 the same zeo storages, and put the list of ZeoRAID processes into the 
 client storage configuration so it will round-robin if one is not available?

I believe this is one of the areas where there are still bugs ;-)
It's this configuration that I'd like to roll out, but it's a hard sell 
to a customer to be punting a HA solution that needs further development 
before it's stable.

cheers,

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 )


Re: [Zope] Is there a Zope migration tool?

2009-06-07 Thread Andreas Jung
On 07.06.09 19:02, Aleksey Tsalolikhin wrote:
 My Zope 2.10 server tells me:

 Note: Zope can export/import objects in two dfferent formats:
 a binary format (called ZEXP) and as XML. The ZEXP format
 is the officially supported export/import format for moving data
 between identicial Zope installations (it is not a migration tool).
 The XML export/import is unsupported (and possibly broken
 under certain circumstances) - use it at your own risk.

 I am moving a Web app from Zope 2.7 to 2.10.   I exported it
 from 2.7 and imported to 2.10 and this worked.  But then I saw
 the above note.  Is there a migration tool?  Where is it, please?

Since migrations are application specific, you usually have to write
a migration script yourself. Zope does not know about changes in your
application
- that's why Zope can not provide any kind of migration mechanism for you -
except providing the low-level export/import on the Python pickle level.

-aj
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
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 )


Re: [Zope] How to move acl_users from a Zope 2.7.8 server to Zope 2.10.7 ?

2009-06-07 Thread Chris Withers
Aleksey Tsalolikhin wrote:
 Hi.  I am moving a Web application from a Zope 2.7.8 server to 2.10.7.
 
 How do I migrate the users in acl_users from the Zope 2.7.8 server to
 the 2.10.7 one?

Why don't you just copy the whole Data.fs and start it on the new server?

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 )