Page 1 of 2

install vesta with mariadb10.1 on centos7

Posted: Mon Nov 09, 2015 7:42 am
by iamkingsleyf
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

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
i got install failed error because of dependency issues, then i did the following on a fresh centos7 server

Code: Select all

yum remove mariadb-server mariadb-libs mariadb
then did the first step again before installing vestacp

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
instead what i have here is

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.

Re: install vesta with mariadb10.1 on centos7

Posted: Mon Nov 09, 2015 8:56 pm
by tjebbeke
Can you start again with a clean install? As I can see in the installer MariaDb will be installed on centos 7.

Re: install vesta with mariadb10.1 on centos7

Posted: Mon Nov 09, 2015 9:09 pm
by iamkingsleyf
Hello,

How do i use that url

Re: install vesta with mariadb10.1 on centos7

Posted: Mon Nov 09, 2015 9:13 pm
by iamkingsleyf
tjebbeke wrote:Can you start again with a clean install? As =https://github.com/serghey-rodin/vesta ... installer MariaDb will be installed on centos 7.
I want mariadb 10.1 but it keeps installing mariadb 5.5

Re: install vesta with mariadb10.1 on centos7

Posted: Tue Nov 10, 2015 7:42 am
by tjebbeke

Re: install vesta with mariadb10.1 on centos7

Posted: Tue Nov 10, 2015 7:46 am
by iamkingsleyf
tjebbeke wrote:After installing vestaCP Try this:
http://www.liquidweb.com/kb/how-to-upgr ... -centos-7/
It will remove phpmyadmin, php-pdo and others

Re: install vesta with mariadb10.1 on centos7

Posted: Tue Nov 10, 2015 11:38 am
by RevengeFNF
That happened to me too. I just rebooted the server and after that mysql command was returning Mariadb 10.1.8

Re: install vesta with mariadb10.1 on centos7

Posted: Tue Nov 10, 2015 11:52 am
by iamkingsleyf
RevengeFNF wrote:That happened to me too. I just rebooted the server and after that mysql command was returning Mariadb 10.1.8
Ohk....

Re: install vesta with mariadb10.1 on centos7

Posted: Tue Nov 10, 2015 6:26 pm
by iamkingsleyf
i have installed 10.1 but phpmyadmin still displaying 5.5 i hope this wont break something?

Re: install vesta with mariadb10.1 on centos7

Posted: Tue Nov 10, 2015 7:09 pm
by iamkingsleyf
seems its working now