How to move acl_users from Zope 2.7.8 to 2.10.7 ?
Hi. I am migrating a Web application from Zope 2.7.8 to 2.10.7. I noticed the format of acl_users has changed (the format of acl_users' exported XML file is different). How do I migrate the contents of acl_users from Zope 2.7.8 to 2.10.7, please? Thanks, Aleksey -- Aleksey Tsalolikhin UNIX System Administrator "I get stuff done!" http://www.verticalsysadmin.com/ LinkedIn - http://www.linkedin.com/in/atsaloli
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 25.04.2009 um 14:54 schrieb Aleksey Tsalolikhin:
Hi. I am migrating a Web application from Zope 2.7.8 to 2.10.7.
I noticed the format of acl_users has changed (the format of acl_users' exported XML file is different).
Did you try the .zexp export? - -aj -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAknzHGYACgkQCJIWIbr9KYzVSwCfahBPzYOnOa2Adzj7Q/75UTZ5 gHAAoNv9BJ6UArGj7/uSl82aX1i6yOK4 =6TSg -----END PGP SIGNATURE-----
On Sat, Apr 25, 2009 at 7:21 AM, Andreas Jung <lists@zopyx.com> wrote:
Hi. I am migrating a Web application from Zope 2.7.8 to 2.10.7.
I noticed the format of acl_users has changed (the format of acl_users' exported XML file is different).
Did you try the .zexp export?
No. Ideally I would combine the acl_users from the old server (existing, production system) with the acl_users form the new server (test), so that we can do a full test involving both the existing user accounts and the new user accounts. I thought I would handle this by combining the XML files and then importing the result, to replace acl_users on the new server... BUT I paused when I saw the XML formats were different. I was also afraid I'd break the new server by export / import using the zexp format; knowing the XML format changed, I assumed the zexp contents for acl_users would be different as well, but maybe that was a false assumption.. I am new to Zope by the way and appreciate your advice. Truly, -at
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 25.04.2009 um 16:35 schrieb Aleksey Tsalolikhin:
I was also afraid I'd break the new server by export / import using the zexp format; knowing the XML format changed, I assumed the zexp contents for acl_users would be different as well, but maybe that was a false assumption..
You have a backup and you have a testing server?! - -aj -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAknzIGIACgkQCJIWIbr9KYw0XQCgnvE0jB9VylUuT3zRtzR5Akog LSMAnRHjgaiMmKu578hdjbZpXCt5KJQt =t6DP -----END PGP SIGNATURE-----
Dear Andreas,
You have a backup and you have a testing server?!
I don't have a backup of the testing server but I can recreate it if I have to. My questions: 1. can I export acl_users from the old server and import it into the new server? 2. is there any way to combine acl_users from the old server with acl_users from the new server? Thanks, -at
On Sat, Apr 25, 2009 at 17:13, Aleksey Tsalolikhin <atsaloli.tech@gmail.com>wrote:
Dear Andreas,
You have a backup and you have a testing server?!
I don't have a backup of the testing server but I can recreate it if I have to.
My questions:
1. can I export acl_users from the old server and import it into the new server?
As said: try it out on a testing server and see if it works. -aj
participants (2)
-
Aleksey Tsalolikhin -
Andreas Jung