Learn about Centmin Mod LEMP Stack today
Register Now

Percona Release release/noarch YUM repository

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Itworx4me, Jul 13, 2024.

  1. Itworx4me

    Itworx4me Active Member

    316
    29
    28
    Mar 14, 2017
    Ratings:
    +52
    Local Time:
    3:11 AM
    Nginx 1.27.4
    MariaDB 10.6.21
    Get this after running this
    Code (Text):
    yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi


    Code (Text):
    Percona Release release/noarch YUM repository                                                                                                                                      4.5 MB/s | 4.7 kB     00:00
    Importing GPG key 0x8507EFA5:
     Userid     : "Percona Development Team (Packaging key) <info@percona.com>"
     Fingerprint: ************************************
     From       : /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY
    Is this ok [y/N]: 

    Is this ok to choose Yes too?

    Thanks,
    Itworx4me

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,165
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    8:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Ok to answer yes to import GPG key for Percona YUM repo which is setup by Centmin Mod
     
  3. redbird

    redbird Member

    90
    15
    8
    Aug 28, 2015
    Web
    Ratings:
    +25
    Local Time:
    8:11 PM
    I have automatic YUM updates and recently got bombarded with email notifications like this:

    ================================================================================
    Package Arch Version Repository Size
    ================================================================================
    Updating:
    percona-release noarch 1.0-29 prel-release-noarch 27 k

    Transaction Summary
    ================================================================================
    Upgrade 1 Package
    Updates failed to install with the following error message:
    Didn't install any keys



    How do I fix this?
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,165
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    8:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    need more info

    • CentOS Version: i.e. CentOS 7 64bit / AlmaLinux / Rocky Linux 8/9 ?
    • Centmin Mod Version Installed: i.e. 124.00stable or 130.00beta01 or 131.00stable or 140.00beta01
    • Nginx Version Installed: i.e. 1.25.4, 1.24.0, 1.26.1, 1.27.0 ?
    • PHP Version Installed: i.e. 7.3.33, 7.4.33, 8.0.30, 8.1.29, 8.2.21, 8.3.9
    • MariaDB MySQL Version Installed: i.e. 10.3.xx or 10.4.xx or 10.6.xx
    • When was last time updated Centmin Mod code base ? : i.e. run centmin.sh menu option 23 submenu option 2 or cmupdate command
    • Persistent Config: Do you have any persistent config file options set in /etc/centminmod/custom_config.inc ? You can check via this command:
      Code (Text):
      cat /etc/centminmod/custom_config.inc
      

      Post output in CODE or CODEB bbcode tags.

    edit: you can try reinstalling Percona release repo and hope it reinstalls keys
    Code (Text):
    yum reinstall https://repo.percona.com/yum/percona-release-latest.noarch.rpm
    
     
  5. redbird

    redbird Member

    90
    15
    8
    Aug 28, 2015
    Web
    Ratings:
    +25
    Local Time:
    8:11 PM
    Yeah that's exactly what I did: just reinstalled it manually with keys

    Thank you.