MariaDB 10.4.12 - how to upgrade to latest fixed 10.4.13

Oh, now I see. So how long will it take for me to be able to update WordPress again for my clients then? When will 10.4.13 be released? What are my options now? Without exception, mysql stops when trying to update the database for WP (I am updating from 4.x to 5.3.2 in WP), which requires db-updates.

I get this error btw:
Code:
2020-02-29 15:39:35 0x7ffbb8f66700  InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.4.11/storage/innobase/data/data0type.cc line 67
InnoDB: Failing assertion: !(prefix_len % mbmaxlen)
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
InnoDB: about forcing recovery.
 
Last edited:
Based on the statistics for their release timeline, it will be in the next two-three weeks.

In mean time here is what you can do:

1. Backup the current wordpress site
2. Make a local server (for example XAMPP on Windows - choose older version which is not affected by the bug)
3. Modify the HOSTS file in order to make the domain respond to localhost
4. Import the DB, copy the files to htdocs
5. Update Wordpress
6. Export the DB and files back to the hosting
 
Back
Top