MySQL を yum update –> 8.0.13

December 15, 2018 – 1:20 pm

久しぶりに MySQLを yum updateした。
Update後の verisonは 8.0.13に更新されている。

このエントリーでは、update時の logを記録しておいた。

# yum update --enablerepo=mysql80-community mysql-community-server
mysql80-community                                               | 2.5 kB  00:00:00     
mysql80-community/x86_64/primary_db                             |  35 kB  00:00:00     
Resolving Dependencies
--> Running transaction check
---> Package mysql-community-server.x86_64 0:8.0.11-1.el7 will be updated
---> Package mysql-community-server.x86_64 0:8.0.13-1.el7 will be an update
--> Processing Dependency: mysql-community-common(x86-64) = 8.0.13-1.el7 for package: mysql-community-server-8.0.13-1.el7.x86_64
--> Running transaction check
---> Package mysql-community-common.x86_64 0:8.0.11-1.el7 will be updated
---> Package mysql-community-common.x86_64 0:8.0.13-1.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================
 Package                    Arch       Version             Repository             Size
=======================================================================================
Updating:
 mysql-community-server     x86_64     8.0.13-1.el7        mysql80-community     381 M
Updating for dependencies:
 mysql-community-common     x86_64     8.0.13-1.el7        mysql80-community     554 k

Transaction Summary
=======================================================================================
Upgrade  1 Package (+1 Dependent package)

Total download size: 382 M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for mysql80-community
(1/2): mysql-community-common-8.0.13-1.el7.x86_64.rpm           | 554 kB  00:00:00     
(2/2): mysql-community-server-8.0.13-1.el7.x86_64.rpm           | 381 MB  00:00:35     
---------------------------------------------------------------------------------------
Total                                                      11 MB/s | 382 MB  00:35     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : mysql-community-common-8.0.13-1.el7.x86_64                          1/4 
  Updating   : mysql-community-server-8.0.13-1.el7.x86_64                          2/4 
warning: /etc/my.cnf created as /etc/my.cnf.rpmnew
  Cleanup    : mysql-community-server-8.0.11-1.el7.x86_64                          3/4 
  Cleanup    : mysql-community-common-8.0.11-1.el7.x86_64                          4/4 
  Verifying  : mysql-community-server-8.0.13-1.el7.x86_64                          1/4 

  Verifying  : mysql-community-common-8.0.13-1.el7.x86_64                          2/4 

  Verifying  : mysql-community-server-8.0.11-1.el7.x86_64                          3/4 
  Verifying  : mysql-community-common-8.0.11-1.el7.x86_64                          4/4 

Updated:
  mysql-community-server.x86_64 0:8.0.13-1.el7                                         

Dependency Updated:
  mysql-community-common.x86_64 0:8.0.13-1.el7                                         

Complete!

関連情報については、「MySQL を 8.0.11に yum upgrade」を参照のこと。


Post a Comment