Koozali.org: home of the SME Server

Lost calendar Items! Kronolith H3 2.1.2

Offline dws4wdr

  • **
  • 25
  • +0/-0
    • Web Design and Graphics
Lost calendar Items! Kronolith H3 2.1.2
« on: February 19, 2007, 04:07:07 PM »
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)
David

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Lost calendar Items! Kronolith H3 2.1.2
« Reply #1 on: February 19, 2007, 05:27:48 PM »
Quote from: "dws4wdr"
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
......

Offline dws4wdr

  • **
  • 25
  • +0/-0
    • Web Design and Graphics
Lost calendar Items! Kronolith H3 2.1.2
« Reply #2 on: February 27, 2007, 06:23:56 PM »
mrjhb3,

Thanks, that put me back on track! Cal items and all.
David