Changes between Version 30 and Version 31 of howto/ZarafaMigrateConnectux


Ignore:
Timestamp:
06/09/11 22:32:59 (13 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/ZarafaMigrateConnectux

    v30 v31  
    4747== User ID's en database conversie ==
    4848
    49 * Kopieer de passwd file van de oude server naar /root
     49 * Kopieer de passwd file van de oude server naar /root
    5050
    51 * Gebruik dit script voor de conversie:
     51 * Gebruik dit script voor de conversie:
    5252{{{
    5353#!/bin/bash
     
    115115
    116116
    117 * Start met FORCE=1 ./convert als u wilt doorgaan zonder user-controle. (voor als er users ontbreken)\
     117 * Start met FORCE=1 ./convert als u wilt doorgaan zonder user-controle. (voor als er users ontbreken)\
     118
     119
     120== Problemen tijdens conversie ==
     121
     122Hier een voorbeeld van een standaard probleem:
     123{{{
     124
     125[Syn-3] root@linux.ours.local ~# FORCE=1 ./convert
     126Stopping /service/zarafa-server ...OK
     127SYN-3: Reading user ID converions:
     128old user id -> username -> new user id
     12910001 -> osman -> 1002
     13010002 -> herman ->
     131User herman does not exist on this system yet!
     13210003 -> sunplan ->
     133User sunplan does not exist on this system yet!
     134SYN-3: Updating database:
     135query: update users set externid='1002' where (externid='10001');\n
     136SYN-3: Starting zarafa in conversion mode:
     137SYN-3: Waiting for conversion to finish...
     138Thu Jun  9 22:21:40 2011: Starting zarafa-server version 6,40,8,27223, pid 24485
     139Thu Jun  9 22:21:40 2011: Connection to database 'zarafa' succeeded
     140Thu Jun  9 22:21:40 2011: WARNING: zarafa-licensed not running, commercial features will not be available until it's started.
     141Thu Jun  9 22:21:40 2011: Start: Adding externid to 'object' table
     142Thu Jun  9 22:21:40 2011: Done: Adding externid to 'object' table
     143Thu Jun  9 22:21:40 2011: Start: Creating Single Instance Attachment table
     144SYN-3: Waiting for conversion to finish...
     145SYN-3: Waiting for conversion to finish...
     146SYN-3: Waiting for conversion to finish...
     147SYN-3: Waiting for conversion to finish...
     148SYN-3: Waiting for conversion to finish...
     149SYN-3: Waiting for conversion to finish...
     150SYN-3: Waiting for conversion to finish...
     151SYN-3: Waiting for conversion to finish...
     152Thu Jun  9 22:29:59 2011: Done: Creating Single Instance Attachment table
     153Thu Jun  9 22:29:59 2011: Start: Locking multiserver capability
     154Thu Jun  9 22:29:59 2011: Done: Locking multiserver capability
     155Thu Jun  9 22:29:59 2011: Start: Creating Addressbook Changes table
     156Thu Jun  9 22:29:59 2011: Done: Creating Addressbook Changes table
     157Thu Jun  9 22:29:59 2011: Start: Updating 'singleinstances' table to correct tag value
     158Thu Jun  9 22:29:59 2011: Done: Updating 'singleinstances' table to correct tag value
     159Thu Jun  9 22:29:59 2011: Start: Create table: synced messages
     160Thu Jun  9 22:29:59 2011: Done: Create table: synced messages
     161Thu Jun  9 22:29:59 2011: Start: Force Addressbook Resync
     162Thu Jun  9 22:29:59 2011: Skipped: Force Addressbook Resync
     163Thu Jun  9 22:29:59 2011: Start: Rename objecttype columns to objectclass
     164Thu Jun  9 22:29:59 2011: Done: Rename objecttype columns to objectclass
     165Thu Jun  9 22:29:59 2011: Start: Convert objecttype columns to objectclass values
     166Thu Jun  9 22:29:59 2011: Done: Convert objecttype columns to objectclass values
     167Thu Jun  9 22:29:59 2011: Start: Add object MV property table
     168Thu Jun  9 22:29:59 2011: Done: Add object MV property table
     169Thu Jun  9 22:29:59 2011: Start: Link objects in DB plugin through companyid
     170Thu Jun  9 22:29:59 2011: Done: Link objects in DB plugin through companyid
     171Thu Jun  9 22:29:59 2011: Start: Update outgoingqueue key
     172Thu Jun  9 22:29:59 2011: 0x00000009ea8568: SQL Failed: Can't DROP 'PRIMARY'; check that column/key exists, Query: "ALTER TABLE outgoingqueue DROP PRIMARY KEY, ADD PRIMARY KEY (`hierarchy_id`,`flags`,`store_id`)"
     173Thu Jun  9 22:29:59 2011: Failed: Rollback database
     174Thu Jun  9 22:30:00 2011: Can't update the database: Unable to upgrade zarafa from version 6.20.18389 to 6.40.8.27223
     175Thu Jun  9 22:30:00 2011: Server shutdown complete.
     176SYN-3: Waiting for conversion to finish...
     177}}}