Changes between Version 14 and Version 15 of howto/ZarafaMigrateConnectux
- Timestamp:
- 12/14/10 19:24:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/ZarafaMigrateConnectux
v14 v15 46 46 '''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''' 47 47 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 54 The size of all attachments in the database is: 19859619840 Bytes (18.5 GB) 55 Available space is: 260109750272 Bytes (242.25 GB) 56 Finding all attachments... 57 Processing 51327 attachments 58 Done. 59 Remember 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 48 64 == Zarafa eerste keer starten == 49 65 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 bekijken66 * 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: 51 67 {{{ 68 [Syn-3] root@server ~# svc -d /service/zarafa-server 69 [Syn-3] root@server ~# zarafa-server --ignore-attachment-storage-conflict 52 70 [Syn-3] root@server ~# tail -f /var/log/zarafa/server.log 53 71 Thu Dec 9 13:34:09 2010: Failed to create store (id=1), errorcode=0x80000008 … … 94 112 Tue Dec 14 17:13:28 2010: Start: Update DB/Unix plugin sendas settings 95 113 Tue 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 ... 115 Tue Dec 14 19:13:56 2010: Ignoring attachment storing conflict as requested. Attachments are now stored with option 'files' 116 Tue Dec 14 19:15:40 2010: /etc/zarafa/userscripts/createuser: User store 'administratie' created. 117 .. 118 98 119 }}} 99 120 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/zarafa105 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 attachments110 Done.111 Remember to correct the ownership of the files for Zarafa to access, when Zarafa is not running as root112 [Syn-3] root@server ~#113 }}}114