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 | |
| 122 | Hier een voorbeeld van een standaard probleem: |
| 123 | {{{ |
| 124 | |
| 125 | [Syn-3] root@linux.ours.local ~# FORCE=1 ./convert |
| 126 | Stopping /service/zarafa-server ...OK |
| 127 | SYN-3: Reading user ID converions: |
| 128 | old user id -> username -> new user id |
| 129 | 10001 -> osman -> 1002 |
| 130 | 10002 -> herman -> |
| 131 | User herman does not exist on this system yet! |
| 132 | 10003 -> sunplan -> |
| 133 | User sunplan does not exist on this system yet! |
| 134 | SYN-3: Updating database: |
| 135 | query: update users set externid='1002' where (externid='10001');\n |
| 136 | SYN-3: Starting zarafa in conversion mode: |
| 137 | SYN-3: Waiting for conversion to finish... |
| 138 | Thu Jun 9 22:21:40 2011: Starting zarafa-server version 6,40,8,27223, pid 24485 |
| 139 | Thu Jun 9 22:21:40 2011: Connection to database 'zarafa' succeeded |
| 140 | Thu Jun 9 22:21:40 2011: WARNING: zarafa-licensed not running, commercial features will not be available until it's started. |
| 141 | Thu Jun 9 22:21:40 2011: Start: Adding externid to 'object' table |
| 142 | Thu Jun 9 22:21:40 2011: Done: Adding externid to 'object' table |
| 143 | Thu Jun 9 22:21:40 2011: Start: Creating Single Instance Attachment table |
| 144 | SYN-3: Waiting for conversion to finish... |
| 145 | SYN-3: Waiting for conversion to finish... |
| 146 | SYN-3: Waiting for conversion to finish... |
| 147 | SYN-3: Waiting for conversion to finish... |
| 148 | SYN-3: Waiting for conversion to finish... |
| 149 | SYN-3: Waiting for conversion to finish... |
| 150 | SYN-3: Waiting for conversion to finish... |
| 151 | SYN-3: Waiting for conversion to finish... |
| 152 | Thu Jun 9 22:29:59 2011: Done: Creating Single Instance Attachment table |
| 153 | Thu Jun 9 22:29:59 2011: Start: Locking multiserver capability |
| 154 | Thu Jun 9 22:29:59 2011: Done: Locking multiserver capability |
| 155 | Thu Jun 9 22:29:59 2011: Start: Creating Addressbook Changes table |
| 156 | Thu Jun 9 22:29:59 2011: Done: Creating Addressbook Changes table |
| 157 | Thu Jun 9 22:29:59 2011: Start: Updating 'singleinstances' table to correct tag value |
| 158 | Thu Jun 9 22:29:59 2011: Done: Updating 'singleinstances' table to correct tag value |
| 159 | Thu Jun 9 22:29:59 2011: Start: Create table: synced messages |
| 160 | Thu Jun 9 22:29:59 2011: Done: Create table: synced messages |
| 161 | Thu Jun 9 22:29:59 2011: Start: Force Addressbook Resync |
| 162 | Thu Jun 9 22:29:59 2011: Skipped: Force Addressbook Resync |
| 163 | Thu Jun 9 22:29:59 2011: Start: Rename objecttype columns to objectclass |
| 164 | Thu Jun 9 22:29:59 2011: Done: Rename objecttype columns to objectclass |
| 165 | Thu Jun 9 22:29:59 2011: Start: Convert objecttype columns to objectclass values |
| 166 | Thu Jun 9 22:29:59 2011: Done: Convert objecttype columns to objectclass values |
| 167 | Thu Jun 9 22:29:59 2011: Start: Add object MV property table |
| 168 | Thu Jun 9 22:29:59 2011: Done: Add object MV property table |
| 169 | Thu Jun 9 22:29:59 2011: Start: Link objects in DB plugin through companyid |
| 170 | Thu Jun 9 22:29:59 2011: Done: Link objects in DB plugin through companyid |
| 171 | Thu Jun 9 22:29:59 2011: Start: Update outgoingqueue key |
| 172 | Thu 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`)" |
| 173 | Thu Jun 9 22:29:59 2011: Failed: Rollback database |
| 174 | Thu 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 |
| 175 | Thu Jun 9 22:30:00 2011: Server shutdown complete. |
| 176 | SYN-3: Waiting for conversion to finish... |
| 177 | }}} |