Amazon RDS Point-In-Time restore fails – wp_wfBlocks7 issue
-
Hi,
I’m hosting about 25 WordPress websites with Amazon RDS (MySQL) as a database provider. Recently I performed a Point-In-Time restore of my database server to get a website back into a certain state (not security related). Amazon RDS has this built in as a service feature.
This point in time restore failed and we were not sure of the cause of it, some ideas were discussed here: https://serverfault.com/q/914332/81774
However, since then I have worked with AWS to identify a reproducible case of this issue and it is this database statement:
create table IF NOT EXISTS wp_wfBlocks7 ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, type int(10) unsigned NOT NULL DEFAULT '0', IP binary(16) NOT NULL DEFAULT '\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@\^@', blockedTime</code> bigint(20) NOT NULL, reason varchar(255) NOT NULL, lastAttempt int(10) unsigned DEFAULT '0', blockedHits int(10) unsigned DEFAULT '0', expiration bigint(20) unsigned NOT NULL DEFAULT '0', parameters text, PRIMARY KEY (id), KEY type (type), KEY IP (IP), KEY expiration (expiration) ) DEFAULT CHARSET=utf8
I have confirmed this is the schema used in one of the sites hosted, which uses Wordfence 7.1.3
Can you advise if this is a known issue? What is the reason for this specific default value and how can I make sure PIT restore works in the short term?
The page I need help with: [log in to see the link]
- The topic ‘Amazon RDS Point-In-Time restore fails – wp_wfBlocks7 issue’ is closed to new replies.