Hey guys,
Well, in nearly 2 years of being a premium member, this is the first time I’ve been stumped!
So I have a client currently on 1&1 hosting (PHP 5.4 + MySQL5.1).
So created the site Updraft backup as per normal.
Then, went through usual process on my server (PHP 7 + MariaDB 10.1)
EVERYTHING restores except the database, and I’ve tried 3 times now.
Here’s the truncated log from the restore screen, insists it cannot find wp_options table (yet it’s there when I check the .gz file in notepad)
Unpacking backup… (backup_2016-12-21-1329_REMOVED_46c23e48e779-db.gz, 0.8 Mb)
Restoring the database (on a large site this can take a long time – if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)…
Enabling Maintenance mode…
Backup created by: 2.12.27.22
Backup of: https://REMOVED.com
Content URL: https://REMOVED.com/wp-content
Uploads URL: https://REMOVED.com/wp-content/uploads
Old table prefix: wp_
Site information: multisite = 0
New table prefix: wp_
Processing table (InnoDB): wp_options
An error (1) occurred: – Unknown storage engine ‘InnoDB’ – the database query being run was: CREATE TABLE wp_options
( option_id
bigint(20) unsigned NOT NULL AUTO_INCREMENT, option_name
…
Disabling Maintenance mode…
Error message: An error occurred on the first CREATE TABLE command – aborting run
I’m truly stumped with this one, any ideas would be appreciated thanks!
(I’ll post full log in private in next reply to this post)