fix(mysql): upgrade mysql to 1.7.1 for TLS supporting
This commit is contained in:
parent
d78b2b23c1
commit
38eb849ef0
|
@ -28,14 +28,13 @@ services:
|
||||||
- emqx_bridge
|
- emqx_bridge
|
||||||
command:
|
command:
|
||||||
--bind-address "::"
|
--bind-address "::"
|
||||||
--default-authentication-plugin=mysql_native_password
|
|
||||||
--character-set-server=utf8mb4
|
--character-set-server=utf8mb4
|
||||||
--collation-server=utf8mb4_general_ci
|
--collation-server=utf8mb4_general_ci
|
||||||
--explicit_defaults_for_timestamp=true
|
--explicit_defaults_for_timestamp=true
|
||||||
--lower_case_table_names=1
|
--lower_case_table_names=1
|
||||||
--max_allowed_packet=128M
|
--max_allowed_packet=128M
|
||||||
--skip-symbolic-links
|
--skip-symbolic-links
|
||||||
--ssl-ca=/etc/certs/ca.pem
|
--ssl-ca=/etc/certs/ca-cert.pem
|
||||||
--ssl-cert=/etc/certs/server-cert.pem
|
--ssl-cert=/etc/certs/server-cert.pem
|
||||||
--ssl-key=/etc/certs/server-key.pem
|
--ssl-key=/etc/certs/server-key.pem
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
- ipv4
|
- ipv4
|
||||||
- ipv6
|
- ipv6
|
||||||
connect_type:
|
connect_type:
|
||||||
# - tls
|
- tls
|
||||||
- tcp
|
- tcp
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{deps,
|
{deps,
|
||||||
[
|
[
|
||||||
{mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.6.1"}}}
|
{mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{edoc_opts, [{preprocess, true}]}.
|
{edoc_opts, [{preprocess, true}]}.
|
||||||
|
|
Loading…
Reference in New Issue