Merge pull request #511 from yogeshbeniwal/update/mariadb-version
Update MariaDB to latest LTS version
This commit is contained in:
@@ -106,7 +106,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- New Nginx package based on latest Nginx stable release 1.22.2
|
- New Nginx package based on latest Nginx stable release 1.22.2
|
||||||
- Better Referrer-Policy ([PR #434](https://github.com/WordOps/WordOps/pull/434))
|
- Better Referrer-Policy ([PR #434](https://github.com/WordOps/WordOps/pull/434))
|
||||||
- MariaDB default version is now 10.6
|
- MariaDB default version is now 10.11
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
- **Easy to install** : One step automated installer with migration from EasyEngine v3 support
|
- **Easy to install** : One step automated installer with migration from EasyEngine v3 support
|
||||||
- **Fast deployment** : Fast and automated WordPress, Nginx, PHP, MySQL & Redis installation
|
- **Fast deployment** : Fast and automated WordPress, Nginx, PHP, MySQL & Redis installation
|
||||||
- **Custom Nginx build** : Nginx 1.22.1 - TLS v1.3 Cloudflare HTTP/2 HPACK & Brotli support
|
- **Custom Nginx build** : Nginx 1.22.1 - TLS v1.3 Cloudflare HTTP/2 HPACK & Brotli support
|
||||||
- **Up-to-date** : PHP 7.2, 7.3, 7.4, 8.0, 8.1 & 8.2 - MariaDB 10.6 & Redis 7.0
|
- **Up-to-date** : PHP 7.2, 7.3, 7.4, 8.0, 8.1 & 8.2 - MariaDB 10.11 & Redis 7.0
|
||||||
- **Secured** : Hardened WordPress security with strict Nginx location directives
|
- **Secured** : Hardened WordPress security with strict Nginx location directives
|
||||||
- **Powerful** : Optimized Nginx configurations with multiple cache backends support
|
- **Powerful** : Optimized Nginx configurations with multiple cache backends support
|
||||||
- **SSL** : Domain, Subdomain & Wildcard Let's Encrypt SSL certificates with DNS API support
|
- **SSL** : Domain, Subdomain & Wildcard Let's Encrypt SSL certificates with DNS API support
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ version = 8.1
|
|||||||
[mariadb]
|
[mariadb]
|
||||||
|
|
||||||
### Default MariaDB release
|
### Default MariaDB release
|
||||||
release = 10.6
|
release = 10.11
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
|
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ class WOVar():
|
|||||||
else:
|
else:
|
||||||
mariadb_ver = '10.3'
|
mariadb_ver = '10.3'
|
||||||
else:
|
else:
|
||||||
mariadb_ver = '10.6'
|
mariadb_ver = '10.11'
|
||||||
wo_mysql = wo_mysql + ["mariadb-backup"]
|
wo_mysql = wo_mysql + ["mariadb-backup"]
|
||||||
|
|
||||||
wo_mysql_client = ["mariadb-client", "python3-mysqldb"]
|
wo_mysql_client = ["mariadb-client", "python3-mysqldb"]
|
||||||
|
|||||||
Reference in New Issue
Block a user