install vesta with mariadb10.1 on centos7
Posted: Mon Nov 09, 2015 7:42 am
Hello;
I would like to try vesta again with the new release on centos7 but i would like to replace some 19th century stuff like mysql5.5 with mariadb 10.1, i did
1. nano /etc/yum.repos.d/MariaDB101.repo
i got install failed error because of dependency issues, then i did the following on a fresh centos7 server
then did the first step again before installing vestacp
instead what i have here is
I would like to try vesta again with the new release on centos7 but i would like to replace some 19th century stuff like mysql5.5 with mariadb 10.1, i did
1. nano /etc/yum.repos.d/MariaDB101.repo
Code: Select all
# MariaDB 10.1 CentOS repository list - created 2015-11-09 06:43 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
Code: Select all
sudo rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
Code: Select all
yum remove mariadb-server mariadb-libs mariadb
Code: Select all
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot no --spamassassin no --clamav no --named no --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname vesta.kraftysprouts.com --email [email protected] --password vesta
Code: Select all
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 18
[b]Server version: 5.5.44-MariaDB MariaDB Server[/b]
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Reading history-file /root/.mysql_history
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.