From c9116710c277a18515dc88cac36ba4bafcf17ead Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Sun, 6 May 2018 23:03:13 -0500 Subject: upgrade mariadb version this was an exercise to see if it helps with the pessimistic lock exceptions on PE side. The problem still persists, in any case, the database was outdated, and better to run with a more up to date one. Change-Id: I8e51617fde6c1ac9870d1680ebe81e039a333489 Issue-ID: POLICY-777 Signed-off-by: Jorge Hernandez --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 18e0ebd3..c469755a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,10 +19,10 @@ networks: com.docker.network.driver.mtu: ${MTU} services: mariadb: - image: mariadb:10.0.34 + image: mariadb:10.2.14 container_name: mariadb hostname: mariadb - command: ['--lower-case-table-names=1'] + command: ['--lower-case-table-names=1', '--wait_timeout=28800'] env_file: config/db/db.conf volumes: - ./config/db:/docker-entrypoint-initdb.d -- cgit 1.2.3-korg