Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2005
    Posts
    609

    Default I copied an account to another server and all the horde preferences are gone

    I copied an account to another server and all the horde preferences are gone, the footer, etc.

    How do I get those back?

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge cyon's Avatar
    Join Date
    Jan 2003
    Posts
    323

    Default

    the script /scripts/pkgacct doesn't dump all data from the horde table and this causes some missing stuff on the new system.

    here is a fix:

    search the following line in the script /scripts/pkgacct on your source-server:

    exec("mysqldump","-c","-Q","-q","-t","-w","owner_id REGEXP '@(${dnslist})\$'","horde","turba_objects");
    replace this line with the following code:

    system("mysqldump","-c","-Q","-q","-t","-w","owner_id REGEXP '@(${dnslist})\$'","horde","turba_objects");
    system("mysqldump","-c","-Q","-q","-t","-w","pref_uid REGEXP '@(${dnslist})\$'","horde","horde_prefs");
    system("mysqldump","-c","-Q","-q","-t","-w","calendar_id REGEXP '@(${dnslist})\$'","horde","kronolith_events");
    system("mysqldump","-c","-Q","-q","-t","-w","memo_owner REGEXP '@(${dnslist})\$'","horde","mnemo_memos");
    system("mysqldump","-c","-Q","-q","-t","-w","task_owner REGEXP '@(${dnslist})\$'","horde","nag_tasks");
    If you transfer your account again, it will contain all data and settings.

    I submitted this info to cpanel already but they haven't fixed it yet.

    You can extract the missing data also by hand from the old table if you won't copy the account again.

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2005
    Posts
    609

    Default

    Thanks, that worked

Similar Threads & Tags
Similar threads

  1. Suspended account that was copied.. very ODD
    By chris8lunch in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 10-08-2006, 11:37 AM
  2. Horde Preferences not saving
    By aeroweb in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-04-2006, 08:32 AM
  3. no script copied to the user account
    By k2patel in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 09-23-2005, 03:19 AM
  4. Recreated mailbox sees old Horde preferences
    By gator in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 12-29-2004, 07:01 AM
  5. Horde won't save preferences
    By andrewm in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-09-2003, 02:30 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube