mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Site Health: Bump the recommended MariaDB version to 10.4.
MariaDB 10.3 reaches EOL (“End of Life”) in May 2023. The recommended minimum is bumped to 10.4 for now. References: * [https://mariadb.org/about/#maintenance-policy MariaDB Maintenance policy] * [https://make.wordpress.org/hosting/handbook/server-environment/#database Hosting team handbook: Server Environment: Database] Follow-up to [52420], [53435], [54069], [54076]. Props JavierCasares. See #58158. git-svn-id: https://develop.svn.wordpress.org/trunk@55665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
23c430610a
commit
39f4a27610
@ -58,7 +58,7 @@
|
||||
<h3>Recommendations</h3>
|
||||
<ul>
|
||||
<li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
|
||||
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.3</strong> or greater.</li>
|
||||
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.4</strong> or greater.</li>
|
||||
<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
|
||||
<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
|
||||
<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
|
||||
|
||||
@ -18,7 +18,7 @@ class WP_Site_Health {
|
||||
private $mysql_server_version = '';
|
||||
private $mysql_required_version = '5.5';
|
||||
private $mysql_recommended_version = '5.7';
|
||||
private $mariadb_recommended_version = '10.3';
|
||||
private $mariadb_recommended_version = '10.4';
|
||||
|
||||
public $php_memory_limit;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user