记录一次阿里云服务器升级报错
生活随笔
收集整理的這篇文章主要介紹了
记录一次阿里云服务器升级报错
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
記錄一次阿里云服務器升級報錯 ?---Email:1261065212@qq.com
系統:
# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core)#yum update -y…………Error: Percona-XtraDB-Cluster-shared-55 conflicts with Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64Error: Percona-Server-devel-56 conflicts with Percona-Server-devel-55-5.5.57-rel38.9.el7.x86_64Error: Percona-Server-shared-56 conflicts with Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64Error: Percona-Server-shared-compat-57 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64Error: Percona-XtraDB-Cluster-shared-55 conflicts with 1:Percona-XtraDB-Cluster-shared-56-5.6.37-26.21.1.el7.x86_64Error: Percona-Server-shared-compat-57 conflicts with Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64Error: Percona-XtraDB-Cluster-shared-56 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64Error: Percona-XtraDB-Cluster-shared-57 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64Error: Percona-Server-devel-57 conflicts with Percona-Server-devel-55-5.5.57-rel38.9.el7.x86_64Error: Package: 1:mariadb-server-5.5.56-2.el7.x86_64 (base)Requires: mariadb-libs(x86-64) = 1:5.5.56-2.el7Removing: 1:mariadb-libs-5.5.52-1.el7.x86_64 (@anaconda)mariadb-libs(x86-64) = 1:5.5.52-1.el7Obsoleted By: Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64 (percona-release-x86_64)Not foundUpdated By: 1:mariadb-libs-5.5.56-2.el7.x86_64 (base)mariadb-libs(x86-64) = 1:5.5.56-2.el7Error: Percona-Server-devel-57 conflicts with Percona-Server-devel-56-5.6.37-rel82.2.el7.x86_64Error: Percona-Server-shared-55 conflicts with Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64Error: Package: 1:mariadb-5.5.56-2.el7.x86_64 (base)Requires: mariadb-libs(x86-64) = 1:5.5.56-2.el7Removing: 1:mariadb-libs-5.5.52-1.el7.x86_64 (@anaconda)mariadb-libs(x86-64) = 1:5.5.52-1.el7Obsoleted By: Percona-Server-shared-55-5.5.57-rel38.9.el7.x86_64 (percona-release-x86_64)Not foundUpdated By: 1:mariadb-libs-5.5.56-2.el7.x86_64 (base)mariadb-libs(x86-64) = 1:5.5.56-2.el7Error: Percona-XtraDB-Cluster-shared-compat-57 conflicts with 1:Percona-XtraDB-Cluster-shared-56-5.6.37-26.21.1.el7.x86_64Error: Percona-XtraDB-Cluster-shared-compat-57 conflicts with 1:Percona-XtraDB-Cluster-shared-55-5.5.41-25.12.855.el7.x86_64You could try using --skip-broken to work around the problemYou could try running: rpm -Va --nofiles --nodigest原因:由于阿里云鏡像默認裝了mariadb
[root@ansible-admin sites]# rpm -qa | grep mariadbmariadb-5.5.52-1.el7.x86_64mariadb-libs-5.5.52-1.el7.x86_64解決方法:
#yum erase mariadb-libs -y#yum install Percona-Server-client-56 -y (至此問題解決)#yum update -y轉載于:https://www.cnblogs.com/lwf-blog/p/7631787.html
總結
以上是生活随笔為你收集整理的记录一次阿里云服务器升级报错的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【BZOJ 1036】[ZJOI2008
- 下一篇: 课程作业02-2