Changes between Version 12 and Version 13 of howto/ZarafaMigrateConnectux
- Timestamp:
- 12/14/10 19:10:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/ZarafaMigrateConnectux
v12 v13 25 25 [Syn-3] root@syn.kado.local ~# svcstop /service/zarafa-server/ 26 26 Stopping /service/zarafa-server/ ....OK 27 [Syn-3] root@syn.kado.local ~# mysqladmin -p`cat /etc/my.passwd` drop zarafa 27 [Syn-3] root@syn.kado.local ~# mysqladmin -p`cat /etc/my.passwd` drop zarafa && mysqladmin -p`cat /etc/my.passwd` create zarafa 28 28 Dropping the database is potentially a very bad thing to do. 29 29 Any data stored in the database will be destroyed. … … 31 31 Do you really want to drop the 'zarafa' database [y/N] y 32 32 Database "zarafa" dropped 33 [Syn-3] root@syn.kado.local ~# mysqladmin -p`cat /etc/my.passwd` create zarafa34 33 [Syn-3] root@syn.kado.local ~# 35 34 … … 103 102 * De attachements van de database naar files converteren: 104 103 {{{ 105 [Syn-3] root@server ~# perl /usr/doc/zarafa/db-convert-attachments-to-files root `cat /etc/my.passwd` zarafa /home/system/zarafa delete 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 106 The size of all attachments in the database is: 19859619840 Bytes (18.5 GB) 107 107 Available space is: 260109750272 Bytes (242.25 GB) … … 110 110 Done. 111 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 ~# chown -R zarafa:zarafa /home/system/zarafa112 [Syn-3] root@server ~# 113 113 }}} 114 114