When performing the pre-flight checks for your restore, we tried to run the following SQL query and it seems to have failed:
INSERT INTO `vp_test` (`id`) VALUES (1);
What does this mean?
We weren’t able to insert a row into a table in your database.
How can I fix this?
Make sure that your WordPress database user has permissions to INSERT rows into tables in your WordPress database.
You can find your user and database in your wp-config.php file: