I am somehow getting this error message when upgrading to 2.2.2 from CLI:
Does anyone know how to fix it? All help is really appreciated
Running upgrade to 2.2.0 Alpha, step 9... done.
Running upgrade to 2.2.0 Alpha, step 10...
In AbstractStatement.php line 228:
xf_post: MySQL query error [1878]: Temporary file write failure
xf:upgrade [--skip-statistics]
Exception query:
ALTER TABLExf_post
ADDtype_data
MEDIUMBLOB NOT NULL AFTERposition
,
ADDvote_score
INT NOT NULL,
ADDvote_count
INT UNSIGNED NOT NULL DEFAULT '0',
ADD KEYthread_id_score_date
(thread_id
,vote_score
DESC,post_date
)
Does anyone know how to fix it? All help is really appreciated