Search found 4 matches
- Wed Jul 08, 2020 3:49 pm
- Forum: Database Server
- Topic: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
- Replies: 10
- Views: 47016
Re: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
When I run the "service nginx start" command after step 10, I get the following error: failed to start nginx... Check nginx errors and then fix it. This is not related to MariaDB. And actually, not need to stop web servers. There was no problem when I did it without stopping the web servers. Thanks.
- Fri Jul 03, 2020 4:54 pm
- Forum: Database Server
- Topic: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
- Replies: 10
- Views: 47016
Re: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
Easy way to update MariaDB from version 5.5.x to 10.x on Centos 7 : 1. stop web server servece nginx stop service httpd stop 2. dump all databases (recommended) mysqldump -u root -ppassword --all-databases > /root/all-database.sql 3. stop MariaDB server service mariadb stop 4. backup databases dire...
- Thu Jul 02, 2020 10:43 am
- Forum: Mail Server
- Topic: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
- Replies: 97
- Views: 11008770
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
I updated the config file to fix the receiving mail problems: Change: https://github.com/madeITBelgium/vesta/commit/391d33a7b0ed3b4280c1f60bcfebd7b8516bc78b Config file: https://github.com/madeITBelgium/vesta/blob/master/install/os-configs/rhel/7/exim/exim.conf The error I got: vestacp smtp error 4...
- Mon Jun 22, 2020 7:54 pm
- Forum: Mail Server
- Topic: stmp 451 error
- Replies: 4
- Views: 28472
Re: stmp 451 error
I face the same problem. I am using Centos7 operating system.