You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restoring backups with binary data no longer corrupts it. Dumps that
contain binary columns (for example WordPress/Wordfence tables keyed on a
binary hash) are now restored byte-for-byte via the MySQL client when
available, so values like binary primary keys come back exactly as they were.
Plain text backups continue to use the fast built-in restore with full
progress. Restore is also disabled until you're connected to a server.