Hi
Just would like to let know that the Database upgrade in 2.1.3 is trying to drop non existing indexes without checking if they are even exist:
I managed to create that indexes to allow upgrade to pass ...
Regards,
Areg
Just would like to let know that the Database upgrade in 2.1.3 is trying to drop non existing indexes without checking if they are even exist:
27008:20130829:172155.791 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on history_sync]
9595:20130829:172532.960 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on history_uint_sync]
11626:20130829:172604.270 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on history_str_sync]
13227:20130829:172632.990 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on proxy_history]
15150:20130829:172712.860 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on proxy_dhistory]
16528:20130829:172741.196 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on proxy_autoreg_host]
9595:20130829:172532.960 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on history_uint_sync]
11626:20130829:172604.270 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on history_str_sync]
13227:20130829:172632.990 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on proxy_history]
15150:20130829:172712.860 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on proxy_dhistory]
16528:20130829:172741.196 [Z3005] query failed: [1091] Can't DROP 'id'; check that column/key exists [drop index id on proxy_autoreg_host]
Regards,
Areg
Comment