Update Error
-
I have created my packages, created a database and user, checked the database access with Duplicator and ran deployment successfully. However, when I Update, I get an error:
STEP2: UPDATE ERRORS (0)
Errors that show here are the result of queries that could not be performed.
No MySQL query errors found
TABLE KEY ERRORS (0)
A primary key is required on a table to efficiently run the update engine. Below is a list of tables and the rows that will need to be manually updated. Use the query below to find the data.
SELECT @row := @row + 1 as row, t.* FROM some_table t, (SELECT @row := 0) r
No missing primary key errors
SERIALIZATION ERRORS (0)
Use the SQL below to display data that may have not been updated correctly during the serialization process.
No serialization errors foundI also had an error in the log that said I should check the permissions on installer-sql.php but they are fine. When I get the option to include my plugins, there are none found and none are installed by Duplicator. I just can’t get past the Update phase.
- The topic ‘Update Error’ is closed to new replies.