Hi, I have a Zope server dying on me and I will need to move it to another server. I have done this before and rebuilt from scratch. I do not have a large system and the imports are easy to do. BUt adding in all the user is a pain. I have exported them is there a way to import them on a new system. Thanks Larry McDonnell Proton Energy Systems 10 Technology Drive Wallingford, CT 06492 (203) 678-2181 Email:lmcdonnell@protonenergy.com www.protonenergy.com
To replace the root user folder you need to be logged in as "emergency user". Also make sure to transfer the users *first* (before the data ojects) so ownership information can be retained on subsequent imports. Why is it you can't just copy the entire Data.fs? HTH, Stefan --On Freitag, 08. November 2002 07:43 -0500 "McDonnell, Larry" <lmcdonnell@protonenergy.com> wrote:
Hi,
I have a Zope server dying on me and I will need to move it to another server. I have done this before and rebuilt from scratch. I do not have a large system and the imports are easy to do. BUt adding in all the user is a pain. I have exported them is there a way to import them on a new system. Thanks
Larry McDonnell
-- Those who write software only for pay should go hurt some other field. /Erik Naggum/
On Red Hat or Mandrake this works for me: cd / tar cjvf zope.backup.tar.bz2 /usr/local/zope /etc/init.d/zope scp zope.backup.tar.bz2 root@newmachine: ssh -l root newmachine cd / tar xjvf zope.backup.tar.bz2 Recreate the zope users, double-check ownership and permissions, tweak apache and squid configs if required, then chkconfig zope on and service zope start. Jack On Fri, 2002-11-08 at 04:43, McDonnell, Larry wrote:
Hi,
I have a Zope server dying on me and I will need to move it to another server. I have done this before and rebuilt from scratch. I do not have a large system and the imports are easy to do. BUt adding in all the user is a pain. I have exported them is there a way to import them on a new system. Thanks
Larry McDonnell
Proton Energy Systems 10 Technology Drive Wallingford, CT 06492 (203) 678-2181 Email:lmcdonnell@protonenergy.com www.protonenergy.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Jack Coates Monkeynoodle: A Scientific Venture...
participants (3)
-
Jack Coates -
McDonnell, Larry -
Stefan H. Holek