Changes between Version 14 and Version 15 of howto/ZarafaMigrateConnectux


Ignore:
Timestamp:
12/14/10 19:24:22 (13 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/ZarafaMigrateConnectux

    v14 v15  
    4646'''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'''
    4747
     48== Attachments converteren ==
     49
     50 * De attachements van de database naar files converteren:
     51{{{
     52[Syn-3] root@server ~# perl /usr/doc/zarafa/db-convert-attachments-to-files root `cat /etc/my.passwd` zarafa /home/system/zarafa delete && chown -R zarafa:zarafa /home/system/zarafa
     53
     54The size of all attachments in the database is: 19859619840 Bytes (18.5 GB)
     55Available space is: 260109750272 Bytes (242.25 GB)
     56Finding all attachments...
     57Processing 51327 attachments
     58Done.
     59Remember to correct the ownership of the files for Zarafa to access, when Zarafa is not running as root
     60[Syn-3] root@server ~#
     61}}}
     62
     63
    4864== Zarafa eerste keer starten ==
    4965
    50  * De eerste keer als u zarafa start zullen er enige interne conversies plaats vinden. Ook dit kan lang duren. De voortgang kunt u in de logfile van zarafa bekijken
     66 * De eerste keer als u zarafa start zullen er enige interne conversies plaats vinden. Ook dit kan lang duren. Ook de attachments zijn geconverteerd, hiervoor is het nodig de server eenmalig handmatig te starten:
    5167{{{
     68[Syn-3] root@server ~# svc -d /service/zarafa-server
     69[Syn-3] root@server ~# zarafa-server --ignore-attachment-storage-conflict
    5270[Syn-3] root@server ~# tail -f /var/log/zarafa/server.log                                                                                                         
    5371Thu Dec  9 13:34:09 2010: Failed to create store (id=1), errorcode=0x80000008
     
    94112Tue Dec 14 17:13:28 2010: Start: Update DB/Unix plugin sendas settings
    95113Tue Dec 14 17:13:28 2010: Done: Update DB/Unix plugin sendas settings
    96 Tue Dec 14 17:13:29 2010: Attachments are stored with option 'database', but 'files' is selected.
    97 Tue Dec 14 17:13:30 2010: Server shutdown complete.
     114...
     115Tue Dec 14 19:13:56 2010: Ignoring attachment storing conflict as requested. Attachments are now stored with option 'files'
     116Tue Dec 14 19:15:40 2010: /etc/zarafa/userscripts/createuser: User store 'administratie' created.
     117..
     118
    98119}}}
    99120
    100 == Attachments converteren ==
    101 
    102  * De attachements van de database naar files converteren:
    103 {{{
    104 [Syn-3] root@server ~# perl /usr/doc/zarafa/db-convert-attachments-to-files root `cat /etc/my.passwd` zarafa /home/system/zarafa delete && chown -R zarafa:zarafa /home/system/zarafa
    105 
    106 The size of all attachments in the database is: 19859619840 Bytes (18.5 GB)
    107 Available space is: 260109750272 Bytes (242.25 GB)
    108 Finding all attachments...
    109 Processing 51327 attachments
    110 Done.
    111 Remember to correct the ownership of the files for Zarafa to access, when Zarafa is not running as root
    112 [Syn-3] root@server ~#
    113 }}}
    114