From d8136edbc552ee5bbceb5173734cc027625e7e96 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 10 Oct 2017 12:30:53 -0600 Subject: reverting to mariadb 10.1. That wasn't the problem. --- salt/openbook/database/files/installdeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'salt') diff --git a/salt/openbook/database/files/installdeps.sh b/salt/openbook/database/files/installdeps.sh index 678e7d0..d752848 100644 --- a/salt/openbook/database/files/installdeps.sh +++ b/salt/openbook/database/files/installdeps.sh @@ -3,10 +3,10 @@ export DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 -add-apt-repository 'deb [arch=amd64,i386] http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu xenial main' +add-apt-repository 'deb [arch=amd64,i386] http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu xenial main' apt-get update apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade -apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install curl python netcat mariadb-server-10.2 xinetd +apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install curl python netcat mariadb-server-10.1 xinetd service mysql stop service xinetd stop -- cgit v1.3