Forum OpenACS Q&A: Re: Moving users between OACS instances

Collapse
Posted by Jade Rubick on
Helge, if you do a db_dump on Postgres, you get the SQL you need to add the users in. Just make the dump, and then look through it for parties, users, and so on. It will take a little work, but I think it could be done pretty easily.

You might want to start you new installation with the acs_object_seq (is that what it's called) set to a higher number than the acs_object_seq on your current install, so that you don't overlap.

Anybody else done this?

Collapse
Posted by Peter Alberer on

i have done a script that can export users, groups, group types, relationships and sitemap info, but you will have to use xotcl (=object oriented tcl, needs a module to run in aolserver) if you want to use it. the "cloning-package" as i call it can be found here. if you use it and have problems let me know, i did develop it for 4.5 and did not try it with the head version.