[horde] Moving from a realm-based to non-realm-based

Jan Schneider jan at horde.org
Mon Oct 14 02:29:14 PDT 2002


Zitat von Rodolfo Segleau <segleaur at mechanus.org>:

> Just a question, has anyone migrated either from a non-realm based
> installation
> to a realm based installation? if so, how did you migrate the data in the
> databases (since the data is tied to the user_id in the database)?
> We're re-distributing the users here, and the original plan to use realms
> has
> been changed in favor of using different servers for each of the
> subdomains...

As your data is in a database it should be as easy as executing:
UDPATE horde_prefs SET pref_uid = SUBSTRING(pref_uid, 0, LOCATE("@", pref_uid))
in your horde database. Depending on your DBMS the sytax may vary.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


More information about the horde mailing list