MariaDB 10.1 stable GA released

@Erulezz, Thanks. Are you running CentOS? 6 or 7? Also I am still confused about if I should install nmap and jemalloc with yum before upgrade, or if custombuild is going to install these automatically when I attempt a MariaDB upgrade? I am currently running both CentOS 6 and 7 servers, and they all currently have MariaDB 10.0.23
 
@Erulezz, Thanks. Are you running CentOS? 6 or 7? Also I am still confused about if I should install nmap and jemalloc with yum before upgrade, or if custombuild is going to install these automatically when I attempt a MariaDB upgrade? I am currently running both CentOS 6 and 7 servers, and they all currently have MariaDB 10.0.23

CentOS 7. Check this post about nmap from earlier today;

http://forum.directadmin.com/showthread.php?t=52628&p=270726#post270726

I believe CustomBuild takes care of jemalloc.
 
Thank you, Erulezz! I think I will attempt a upgrade on my CentOS 7 servers. If it goes well, my only consern is my CentOS 6 server. I only have one CentOS 6 server, and will not be able to test on CentOS 6 before upgrade ...
 
I have now upgraded one of my centos 7 servers to mariadb 10.1.11, it seem that there is no problems. Everything is running. However there is one line during upgrade that make me a little worried:

Code:
Preparing packages...
MariaDB-shared-10.0.23-1.el7.centos.x86_64
warning: MariaDB-10.1.11-centos7-x86_64-client.rpm: Header V4 DSA/SHA1 Signature, key ID 1bb943db: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:MariaDB-common-10.1.11-1.el7.cent################################# [ 17%]
   2:MariaDB-client-10.1.11-1.el7.cent################################# [ 33%]
   3:MariaDB-server-10.1.11-1.el7.cent################################# [ 50%]
   4:MariaDB-devel-10.1.11-1.el7.cento################################# [ 67%]
   5:MariaDB-shared-10.1.11-1.el7.cent################################# [ 83%]
   6:MariaDB-compat-10.1.11-1.el7.cent################################# [100%]
[B]Failed to execute operation: No such file or directory[/B]
Giving mysqld a few seconds to start up...
Phase 1/6: Checking and upgrading mysql database
Processing databases

Does anybody know if I should be concerned about this line from above output?:

Code:
Failed to execute operation: No such file or directory
 
Good to hear. I had the same error. Actually, i did get that error on all the upgrades but everything is running fine. I saw it also in another post from somebody else. Asked it a while ago but didn't get a response. Maybe @smtalk can you please take a look? :)

Did the mysql_upgrade script run as well?
 
Again, thank you for confirmation about the error line! I sure hope that mysql_upgrade script run, but I am not sure how I can check if it did run? Here is a complete output from my upgrade. Please note this is a server used for a name server, so the only database present is the one from roundcube. Can you see in the output if upgrade script did run? I think so, hope so. :)

Code:
[root@server custombuild]# ./build mariadb
        Dumping database da_roundcube
        Dumping database mysql
Downloading             mysql/jemalloc-3.6.0-1.el7.x86_64.rpm...
--2016-02-23 20:24:53--  http://files1.directadmin.com/services/custombuild/all/mariadb/jemalloc/3.6.0/jemalloc-3.6.0-1.el7.x86_64.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 106112 (104K) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/jemalloc-3.6.0-1.el7.x86_64.rpm'

100%[===================================================================================================================================================================================================>] 106,112      161KB/s   in 0.6s

2016-02-23 20:24:54 (161 KB/s) - '/usr/local/directadmin/custombuild/mysql/jemalloc-3.6.0-1.el7.x86_64.rpm' saved [106112/106112]

Downloading             mysql/jemalloc-devel-3.6.0-1.el7.x86_64.rpm...
--2016-02-23 20:24:54--  http://files1.directadmin.com/services/custombuild/all/mariadb/jemalloc/3.6.0/jemalloc-devel-3.6.0-1.el7.x86_64.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 22876 (22K) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/jemalloc-devel-3.6.0-1.el7.x86_64.rpm'

100%[===================================================================================================================================================================================================>] 22,876      59.7KB/s   in 0.4s

2016-02-23 20:24:54 (59.7 KB/s) - '/usr/local/directadmin/custombuild/mysql/jemalloc-devel-3.6.0-1.el7.x86_64.rpm' saved [22876/22876]

Downloading             mysql/galera-25.3.12-1.rhel7.el7.centos.x86_64.rpm...
--2016-02-23 20:24:54--  http://files1.directadmin.com/services/custombuild/all/mariadb/galera/25.3.12/galera-25.3.12-1.rhel7.el7.centos.x86_64.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8081320 (7.7M) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/galera-25.3.12-1.rhel7.el7.centos.x86_64.rpm'

100%[===================================================================================================================================================================================================>] 8,081,320   4.04MB/s   in 1.9s

2016-02-23 20:24:57 (4.04 MB/s) - '/usr/local/directadmin/custombuild/mysql/galera-25.3.12-1.rhel7.el7.centos.x86_64.rpm' saved [8081320/8081320]

Downloading             mysql/MariaDB-10.1.11-centos7-x86_64-client.rpm...
--2016-02-23 20:24:57--  http://files1.directadmin.com/services/custombuild/all/mariadb/10.1/10.1.11/MariaDB-10.1.11-centos7-x86_64-client.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40608128 (39M) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-client.rpm'

100%[===================================================================================================================================================================================================>] 40,608,128  11.3MB/s   in 4.6s

2016-02-23 20:25:02 (8.34 MB/s) - '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-client.rpm' saved [40608128/40608128]

Downloading             mysql/MariaDB-10.1.11-centos7-x86_64-devel.rpm...
--2016-02-23 20:25:02--  http://files1.directadmin.com/services/custombuild/all/mariadb/10.1/10.1.11/MariaDB-10.1.11-centos7-x86_64-devel.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6867444 (6.5M) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-devel.rpm'

100%[===================================================================================================================================================================================================>] 6,867,444   3.60MB/s   in 1.8s

2016-02-23 20:25:04 (3.60 MB/s) - '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-devel.rpm' saved [6867444/6867444]

Downloading             mysql/MariaDB-10.1.11-centos7-x86_64-server.rpm...
--2016-02-23 20:25:04--  http://files1.directadmin.com/services/custombuild/all/mariadb/10.1/10.1.11/MariaDB-10.1.11-centos7-x86_64-server.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104094000 (99M) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-server.rpm'

100%[===================================================================================================================================================================================================>] 104,094,000 10.6MB/s   in 10s

2016-02-23 20:25:14 (9.74 MB/s) - '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-server.rpm' saved [104094000/104094000]

Downloading             mysql/MariaDB-10.1.11-centos7-x86_64-shared.rpm...
--2016-02-23 20:25:14--  http://files1.directadmin.com/services/custombuild/all/mariadb/10.1/10.1.11/MariaDB-10.1.11-centos7-x86_64-shared.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1311844 (1.3M) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-shared.rpm'

100%[===================================================================================================================================================================================================>] 1,311,844    997KB/s   in 1.3s

2016-02-23 20:25:16 (997 KB/s) - '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-shared.rpm' saved [1311844/1311844]

Downloading             mysql/MariaDB-10.1.11-centos7-x86_64-common.rpm...
--2016-02-23 20:25:16--  http://files1.directadmin.com/services/custombuild/all/mariadb/10.1/10.1.11/MariaDB-10.1.11-centos7-x86_64-common.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 44168 (43K) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-common.rpm'

100%[===================================================================================================================================================================================================>] 44,168      83.9KB/s   in 0.5s

2016-02-23 20:25:16 (83.9 KB/s) - '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-common.rpm' saved [44168/44168]

Downloading             mysql/MariaDB-10.1.11-centos7-x86_64-compat.rpm...
--2016-02-23 20:25:16--  http://files1.directadmin.com/services/custombuild/all/mariadb/10.1/10.1.11/MariaDB-10.1.11-centos7-x86_64-compat.rpm
Resolving files1.directadmin.com (files1.directadmin.com)... 216.144.254.90
Connecting to files1.directadmin.com (files1.directadmin.com)|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1499776 (1.4M) [text/plain]
Saving to: '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-compat.rpm'

100%[===================================================================================================================================================================================================>] 1,499,776   1.10MB/s   in 1.3s

2016-02-23 20:25:18 (1.10 MB/s) - '/usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-compat.rpm' saved [1499776/1499776]

Found /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-client.rpm
Found /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-devel.rpm
Found /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-server.rpm
Found /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-shared.rpm
Found /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-common.rpm
Found /usr/local/directadmin/custombuild/mysql/MariaDB-10.1.11-centos7-x86_64-compat.rpm
Installing libjemalloc...
Found /usr/local/directadmin/custombuild/mysql/jemalloc-3.6.0-1.el7.x86_64.rpm
Found /usr/local/directadmin/custombuild/mysql/jemalloc-devel-3.6.0-1.el7.x86_64.rpm
warning: /usr/local/directadmin/custombuild/mysql/jemalloc-3.6.0-1.el7.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 1bb943db: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:jemalloc-3.6.0-1.el7             ################################# [ 50%]
   2:jemalloc-devel-3.6.0-1.el7       ################################# [100%]
Installing galera...
Found /usr/local/directadmin/custombuild/mysql/galera-25.3.12-1.rhel7.el7.centos.x86_64.rpm
warning: /usr/local/directadmin/custombuild/mysql/galera-25.3.12-1.rhel7.el7.centos.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 1bb943db: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:galera-25.3.12-1.rhel7.el7.centos################################# [100%]
Stopping mysqld ...
Upgrading MariaDB 10.0.23 to 10.1.11
Preparing packages...
MariaDB-devel-10.0.23-1.el7.centos.x86_64
Preparing packages...
MariaDB-server-10.0.23-1.el7.centos.x86_64
Preparing packages...
MariaDB-client-10.0.23-1.el7.centos.x86_64
Preparing packages...
MariaDB-compat-10.0.23-1.el7.centos.x86_64
Preparing packages...
MariaDB-common-10.0.23-1.el7.centos.x86_64
warning: /etc/my.cnf saved as /etc/my.cnf.rpmsave
Preparing packages...
MariaDB-shared-10.0.23-1.el7.centos.x86_64
warning: MariaDB-10.1.11-centos7-x86_64-client.rpm: Header V4 DSA/SHA1 Signature, key ID 1bb943db: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:MariaDB-common-10.1.11-1.el7.cent################################# [ 17%]
   2:MariaDB-client-10.1.11-1.el7.cent################################# [ 33%]
   3:MariaDB-server-10.1.11-1.el7.cent################################# [ 50%]
   4:MariaDB-devel-10.1.11-1.el7.cento################################# [ 67%]
   5:MariaDB-shared-10.1.11-1.el7.cent################################# [ 83%]
   6:MariaDB-compat-10.1.11-1.el7.cent################################# [100%]
Failed to execute operation: No such file or directory
Giving mysqld a few seconds to start up...
Phase 1/6: Checking and upgrading mysql database
Processing databases
mysql
mysql.column_stats                                 OK
mysql.columns_priv                                 OK
mysql.db                                           OK
mysql.event                                        OK
mysql.func                                         OK
mysql.gtid_slave_pos                               OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.host                                         OK
mysql.index_stats                                  OK
mysql.innodb_index_stats                           OK
mysql.innodb_table_stats                           OK
mysql.ndb_binlog_index                             OK
mysql.plugin                                       OK
mysql.proc                                         OK
mysql.procs_priv                                   OK
mysql.proxies_priv                                 OK
mysql.roles_mapping                                OK
mysql.servers                                      OK
mysql.table_stats                                  OK
mysql.tables_priv                                  OK
mysql.time_zone                                    OK
mysql.time_zone_leap_second                        OK
mysql.time_zone_name                               OK
mysql.time_zone_transition                         OK
mysql.time_zone_transition_type                    OK
mysql.user                                         OK
Phase 2/6: Fixing views
Phase 3/6: Running 'mysql_fix_privilege_tables'
Phase 4/6: Fixing table and database names
Phase 5/6: Checking and upgrading tables
Processing databases
da_roundcube
da_roundcube.cache                                 OK
da_roundcube.cache_index                           OK
da_roundcube.cache_messages                        OK
da_roundcube.cache_shared                          OK
da_roundcube.cache_thread                          OK
da_roundcube.contactgroupmembers                   OK
da_roundcube.contactgroups                         OK
da_roundcube.contacts                              OK
da_roundcube.dictionary                            OK
da_roundcube.identities                            OK
da_roundcube.searches                              OK
da_roundcube.session                               OK
da_roundcube.system                                OK
da_roundcube.users                                 OK
information_schema
performance_schema
Phase 6/6: Running 'FLUSH PRIVILEGES'
OK
cp: '/usr/lib/libmysqlclient.so' and '/usr/lib/mysql/libmysqlclient.so' are the same file
Restarting MySQL.
[root@server custombuild]#
 
Looking closer at my output, I think mysql_upgrade did run, in the output I have this:

Code:
Phase 1/6: Checking and upgrading mysql database
Processing databases

Please correct me if I am wrong and my output shows that mysql_upgrade script did not run correctly. I think it did.

Edit: Also my output shows this:
Code:
Phase 5/6: Checking and upgrading tables
Processing databases

So my conclusion is that mysql_upgrade scritpt did run correctly.
 
Last edited:
I just upgraded another CentOS 7 server, and got a fatal error and the upgrade script did not run, I got this error:

Code:
Version check failed. Got the following error when calling the 'mysql' command line client
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
FATAL ERROR: Upgrade failed
/usr/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory") when trying to connect

Then I just did ./build mariadb one more time, and then this time it worked and it seems upgrade script did run this time. I am confused about the error and that it was solved by doing ./build mariadb one more time. Also I did not have this error on my other two CentOS 7 servers.
 
Looking closer at my output, I think mysql_upgrade did run, in the output I have this:

Code:
Phase 1/6: Checking and upgrading mysql database
Processing databases

Please correct me if I am wrong and my output shows that mysql_upgrade script did not run correctly. I think it did.

Edit: Also my output shows this:
Code:
Phase 5/6: Checking and upgrading tables
Processing databases

So my conclusion is that mysql_upgrade scritpt did run correctly.

Yes that's the mysql_upgrade script. :) One time it didn't run after the upgrade so my error logs filled up quickly.
 
Thanks for feedback. I have now upgraded all my five servers. One with centos 6 did not have any problems. Of four servers with centos 7, two of them failed at first attempt do do ./build mariadb with this error:

Code:
Version check failed. Got the following error when calling the 'mysql' command line client
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
FATAL ERROR: Upgrade failed
/usr/bin/mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory") when trying to connect
cp: '/usr/lib/libmysqlclient.so' and '/usr/lib/mysql/libmysqlclient.so' are the same file

However when doing ./build mariadb a second time, then it worked and upgrade script did run. And end result is that everything is working.

I have now found a difference between the two servers that failed, and the two that did not. Here is status of mysqld.service for the server that failed the upgrade with above error:

Code:
[root@server1 ~]# systemctl status mysqld.service
? mariadb.service - MySQL database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           +-migrated-from-my.cnf-settings.conf
   Active: active (running) since Wed 2016-02-24 11:31:45 CET; 2min 1s ago
 [B]Main PID: 15059 (mysqld_safe)[/B]
   CGroup: /system.slice/mariadb.service
           +-15059 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
           +-15148 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-error=/var/lib/mysql/server1.domain.com.err --open-files-limit=30000 --pid-file=server1.domain.com.pid

Feb 24 11:31:45 server1.domain.com systemd[1]: Started MySQL database server.
Feb 24 11:31:45 server1.domain.com systemd[1]: Starting MySQL database server...
Feb 24 11:31:45 server1.domain.com mysqld_safe[15059]: 160224 11:31:45 mysqld_safe Logging to '/var/lib/mysql/server1.domain.com.err'.
Feb 24 11:31:45 server1.domain.com mysqld_safe[15059]: 160224 11:31:45 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
[root@server1 ~]#

Here is another server wich did not get any error during upgrade, so this server the upgrade was perfect at first attempt:

Code:
[root@server2 ~]# systemctl status mysqld.service
? mariadb.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           +-migrated-from-my.cnf-settings.conf
   Active: active (running) since Wed 2016-02-24 10:07:39 CET; 1h 25min ago
 [B]Main PID: 31860 (mysqld)[/B]
   Status: "Taking your SQL requests now..."
   CGroup: /system.slice/mariadb.service
           +-31860 /usr/sbin/mysqld

Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] InnoDB: Highest supported file format is Barracuda.
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] InnoDB: 128 rollback segment(s) are active.
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] InnoDB: Waiting for purge to start
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-76.0 started; log sequence number 1952412
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778028730112 [Note] InnoDB: Dumping buffer pool(s) not yet started
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] Plugin 'FEEDBACK' is disabled.
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] Server socket created on IP: '::'.
Feb 24 10:07:39 server2.domain.com mysqld[31860]: 2016-02-24 10:07:39 139778783078528 [Note] /usr/sbin/mysqld: ready for connections.
Feb 24 10:07:39 server2.domain.com mysqld[31860]: Version: '10.1.11-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MariaDB Server
Feb 24 10:07:39 server2.domain.com systemd[1]: Started MariaDB database server.
[root@server2 ~]#

Please note the text in bold in both output. The server that failed at upgrade have this in status:

Code:
[B]Main PID: 15059 (mysqld_safe)[/B]

The server that did NOT fail upgrade have this status:

Code:
[B]Main PID: 31860 (mysqld)[/B]

I sure hope DirectAdmin developers can look into this and fix it. I don't know if it should be running "mysqld_safe" or not? Anyway, the servers that failed upgrade, was upgraded correct the second time I run ./build mariadb, so everything is fine on all my servers now. However I wanted to give this feedback about the difference I found.
 
That's interesting :) MariaDB 10.1.12 is now available since friday. I checked before upgrading and i also had mysql_safe as Main PID and the upgrade went without any problems on my end.
 
I will stick with 10.0 because there is no performance gain. Update is not stable and i dont want to update server with 1000 databases :)
 
Hmm. Now yum give me this warning (I am on MariaDB 10.1.11, and I have installed nmap):

Code:
Warning: RPMDB altered outside of yum.
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
galera-25.3.12-1.rhel7.el7.centos.x86_64 has missing requires of libboost_program_options.so.1.53.0()(64bit)
 
Thanks to smtalk this was resolved by installing:

Code:
yum install boost-program-options

Edit: On some servers I also needed to install lsof, but only on few servers, some servers already had lsof installed (strange enough, because they are all centos minimal installs).
 
Last edited:
That's interesting :) MariaDB 10.1.12 is now available since friday. I checked before upgrading and i also had mysql_safe as Main PID and the upgrade went without any problems on my end.

Today I also upgraded from 10.1.11 to 10.1.12 and did not get any trouble. I think that when you have mysqld_safe in the pid, that you only get trouble upgrading from a previous major version, not from a minor version. Anyway, when I got those problems upgrading from previous major version, it was solved by running ./build mariadb a extra time, like described in my reply #32
 
Thanks for the update, i also got that warning and installed it.

I only see that warning if i install something, it doesn't appear when i do yum check-upgrade. How can i check if this if fixed? Did you also rebuild MariaDB? :)
 
@Erulezz, same for me. Only see the warning when I install or update something. I don't think you need to rebuild mariadb. Only install the packages with yum. Then you need to wait for yum to release any updates so you can check if the warning is still there or not. I don't have the warning anymore (tested when upgraded openssl in yum).
 
Back
Top