Hi all,
I was hosting 4 domains on my server and changed the Primary Domain to one of the virtural domains (removed the origanal primary) and lost my calendar items in horde Kronolith H3 (2.1.2). I did this all though su admin and Reconfigured the server. My users and passes are fine. Is there anyway to recover thier calendar items? (Appointments ect)
The users information is stored in mysql. When a user logs in, under the covers, the @dominname.com is appended to the login. So, now that you have changed you domain, the user information won't be available. If you change you domain back, then all of the information should come back.
You can do 1 of three things, use phpmyadmin and either manually change each entry, or create a script that will change all of the old domainnames to the new one. You can use mysql from the command line and execute a script that will change the domainnames to the new one. Or, you can dump the horde db, then use a linux editor and search and replace to make your changes, drop the old db, and re-import the new one and you should be back in business.
John