Recovering from a failed upgrade of Horde 3.0.2, IMP 4.0.1, Turba 2.0 , Kronolith 2.0.1, Mnemo 2.0.1, Nag 2.0.1, Ingo 1.0.1 on SME 6.x
Note: If for some reason your upgrade was not successful, then you can fall back to the original software version.
 

This document assumes you have an SME 6.x server.

  1. Make sure webmail is already enabled

  2. rm -rf  /home/httpd/html/horde   (Remove the Horde 3.0 components.)

  3. mv /home/httpd/html/horde.old /home/httpd/html/horde

  4. Drop horde database  ( 1 of 3 ways)
    1.  from console type mysql         2.  from console type mysqladmin drop horde     3.  from phpmyadmin click on database
         drop database horde;                Y                                                                          click on drop, then OK.
         quit   

  5. Create horde database  ( 1 of 3 ways)
    1.  from console type mysql         2.  from console type mysqladmin create horde     3.  from phpmyadmin enter new database name
         create database horde;                Y                                                                           click on create
         quit   

  6. Import exported horde tables mysql  horde < file.sql  (i.e. mysql horde < horde.sql)

  7. You should now be able to access your old webmail version.