feat: mariadb improvements
- add bind-address to local_ip - add consul service
This commit is contained in:
@@ -103,7 +103,8 @@ class profiles::sql::galera_member (
|
||||
'binlog_format' => 'ROW',
|
||||
'default-storage-engine' => 'innodb',
|
||||
'query_cache_size' => '0',
|
||||
'query_cache_type' => '0'
|
||||
'query_cache_type' => '0',
|
||||
'bind-address' => $local_ip,
|
||||
}
|
||||
}
|
||||
$default_override_options_galera = {
|
||||
|
||||
Reference in New Issue
Block a user