Changes between Version 7 and Version 8 of howto/ZarafaMigrateConnectux


Ignore:
Timestamp:
12/14/10 18:28:49 (13 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/ZarafaMigrateConnectux

    v7 v8  
    6060'''Mocht de conversie onderbroken worden met de melding 'ERROR 1153 (08S01) at line 24818: Got a packet bigger than 'max_allowed_packet' bytes', dan dient u deze instelling hoger te maken in beide mysql config files'''
    6161
    62 == Attachments converteren ==
    63 
    64  * De attachements van de database naar files converteren:
    65 {{{
    66 [Syn-3] root@server ~# perl /usr/doc/zarafa/db-convert-attachments-to-files root `cat /etc/my.passwd` zarafa /home/system/zarafa
    67 The size of all attachments in the database is: 19859619840 Bytes (18.5 GB)
    68 Available space is: 260109750272 Bytes (242.25 GB)
    69 Finding all attachments...
    70 Processing 51327 attachments
    71 ...
    72 [Syn-3] root@server ~# chown -R zarafa:zarafa /home/system/zarafa
    73 }}}
    74 
    7562== Zarafa eerste keer starten ==
    7663
     
    8875Tue Dec 14 16:32:16 2010: Done: Adding externid to 'object' table
    8976Tue Dec 14 16:32:16 2010: Start: Creating Single Instance Attachment table
     77Tue Dec 14 17:12:53 2010: Done: Creating Single Instance Attachment table
     78Tue Dec 14 17:12:53 2010: Start: Locking multiserver capability
     79Tue Dec 14 17:12:53 2010: Done: Locking multiserver capability
     80Tue Dec 14 17:12:53 2010: Start: Creating Addressbook Changes table
     81Tue Dec 14 17:12:54 2010: Done: Creating Addressbook Changes table
     82Tue Dec 14 17:12:54 2010: Start: Updating 'singleinstances' table to correct tag value
     83Tue Dec 14 17:12:54 2010: Done: Updating 'singleinstances' table to correct tag value
     84Tue Dec 14 17:12:54 2010: Start: Create table: synced messages
     85Tue Dec 14 17:12:54 2010: Done: Create table: synced messages
     86Tue Dec 14 17:12:54 2010: Start: Force Addressbook Resync
     87Tue Dec 14 17:12:54 2010: Skipped: Force Addressbook Resync
     88Tue Dec 14 17:12:54 2010: Start: Rename objecttype columns to objectclass
     89Tue Dec 14 17:12:54 2010: Done: Rename objecttype columns to objectclass
     90Tue Dec 14 17:12:54 2010: Start: Convert objecttype columns to objectclass values
     91Tue Dec 14 17:12:54 2010: Done: Convert objecttype columns to objectclass values
     92Tue Dec 14 17:12:54 2010: Start: Add object MV property table
     93Tue Dec 14 17:12:54 2010: Done: Add object MV property table
     94Tue Dec 14 17:12:54 2010: Start: Link objects in DB plugin through companyid
     95Tue Dec 14 17:12:54 2010: Done: Link objects in DB plugin through companyid
     96Tue Dec 14 17:12:54 2010: Start: Update outgoingqueue key
     97Tue Dec 14 17:12:54 2010: Done: Update outgoingqueue key
     98Tue Dec 14 17:12:54 2010: Start: Update acl key
     99Tue Dec 14 17:12:54 2010: Done: Update acl key
     100Tue Dec 14 17:12:54 2010: Start: Update externid in object table
     101Tue Dec 14 17:12:54 2010: Done: Update externid in object table
     102Tue Dec 14 17:12:54 2010: Start: Update keys in 'changes' table
     103Tue Dec 14 17:13:27 2010: Done: Update keys in 'changes' table
     104Tue Dec 14 17:13:27 2010: Start: Update mvproperties key
     105Tue Dec 14 17:13:28 2010: Done: Update mvproperties key
     106Tue Dec 14 17:13:28 2010: Start: Update DB plugin group to security groups
     107Tue Dec 14 17:13:28 2010: Done: Update DB plugin group to security groups
     108Tue Dec 14 17:13:28 2010: Start: Update DB/Unix plugin sendas settings
     109Tue Dec 14 17:13:28 2010: Done: Update DB/Unix plugin sendas settings
     110Tue Dec 14 17:13:29 2010: Attachments are stored with option 'database', but 'files' is selected.
     111Tue Dec 14 17:13:30 2010: Server shutdown complete.
     112}}}
     113
     114== Attachments converteren ==
     115
     116 * De attachements van de database naar files converteren:
     117{{{
     118[Syn-3] root@server ~# perl /usr/doc/zarafa/db-convert-attachments-to-files root `cat /etc/my.passwd` zarafa /home/system/zarafa
     119The size of all attachments in the database is: 19859619840 Bytes (18.5 GB)
     120Available space is: 260109750272 Bytes (242.25 GB)
     121Finding all attachments...
     122Processing 51327 attachments
    90123...
     124[Syn-3] root@server ~# chown -R zarafa:zarafa /home/system/zarafa
    91125}}}
     126