238 | | |
239 | | }}} |
| 238 | .... |
| 239 | mysql> ALTER TABLE mvproperties DROP KEY `hi`; |
| 240 | Query OK, 103 rows affected (0.07 sec) |
| 241 | Records: 103 Duplicates: 0 Warnings: 0 |
| 242 | |
| 243 | }}} |
| 244 | |
| 245 | Na lang prutsen blijkt het nodig zijn deze key te droppen, hierna start zarafa correct en gaat de conversie verder: |
| 246 | {{{ |
| 247 | [Syn-3] root@linux.lazytours.local ~# FORCE=1 ./convert |
| 248 | Stopping /service/zarafa-server ...OK |
| 249 | SYN-3: Reading user ID converions: |
| 250 | old user id -> username -> new user id |
| 251 | ERROR 1054 (42S22) at line 1: Unknown column 'object_type' in 'where clause' |
| 252 | Something went wrong with user conversion.. |
| 253 | SYN-3: Updating database: |
| 254 | query: |
| 255 | SYN-3: Starting zarafa in conversion mode: |
| 256 | Thu Jun 9 22:43:11 2011: Start: Update mvproperties key |
| 257 | Thu Jun 9 22:43:12 2011: Startup succeeded on pid 21456 |
| 258 | Thu Jun 9 22:43:12 2011: Done: Update mvproperties key |
| 259 | Thu Jun 9 22:43:12 2011: Start: Update DB plugin group to security groups |
| 260 | Thu Jun 9 22:43:12 2011: Done: Update DB plugin group to security groups |
| 261 | Thu Jun 9 22:43:12 2011: Start: Update DB/Unix plugin sendas settings |
| 262 | Thu Jun 9 22:43:12 2011: Done: Update DB/Unix plugin sendas settings |
| 263 | Thu Jun 9 22:43:12 2011: Ignoring attachment storing conflict as requested. Attachments are now stored with option 'files' |
| 264 | Thu Jun 9 22:43:12 2011: Listening for pipe connections on /var/run/zarafa |
| 265 | Thu Jun 9 22:43:12 2011: Listening for TCP connections on port 236 |
| 266 | Thu Jun 9 22:43:12 2011: Startup succeeded on pid 21456 |
| 267 | ./convert: line 52: 21472 Terminated tail -f /var/log/zarafa/server.log |
| 268 | SYN-3: Converting attachments from database to files |
| 269 | The size of all attachments in the database is: 5719539712 Bytes (5.33 GB) |
| 270 | Available space is: 466469113856 Bytes (434.43 GB) |
| 271 | Finding all attachments... |
| 272 | Processing 32922 attachments |
| 273 | |
| 274 | }}} |
| 275 | |
| 276 | |
| 277 | Bovenstaande problemen heb ik nu 2x achter elkaar gehad, dus het lijk een standaard issue met 6.20->6.40.9 conversies. (de 6.20 database stamt wel af van een nog veel oudere zarafa versie die meerdere malen geupgrade is) |
| 278 | |