Hi,
It does appear that the restoration fails due to the difference in engine.
I’m afraid that the solution to this is to manually edit the backup file.
To do so:
- Download the database backup
- unpack the .gz file. You will be left with a file ending in ‘-db’
- Open this in a text editor (such as Notepad++)
- Find and replace any instance of
ENGINE=MyISAM
with ENGINE=InnoDB
- Re-compress the file into a gzip archive (keeping the same name as the original)
This should allow you to upload and restore the database backup.
Please keep a copy of the original backup file when altering the backup.
If you require assistance editing the file, please let is know.
Best Wishes,
Dee