Welcome to Centmin Mod Community
Register Now

Install Upgrade

Discussion in 'Install & Upgrades or Pre-Install Questions' started by EckyBrazzz, Jul 26, 2019.

  1. EckyBrazzz

    EckyBrazzz Active Member

    917
    190
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +363
    Local Time:
    4:07 AM
    Latest
    Latest
    Hi,

    I already wanted to notify this, but every time I do the same update with option 15
    Code (Text):
    -------------------------------------------------------------
      Following Updates are available:
    -------------------------------------------------------------
    ImageMagick6.x86_64                       6.9.10.56-1.el7.remi              remi
    ImageMagick6-c++.x86_64                   6.9.10.56-1.el7.remi              remi
    ImageMagick6-c++-devel.x86_64             6.9.10.56-1.el7.remi              remi
    ImageMagick6-devel.x86_64                 6.9.10.56-1.el7.remi              remi
    ImageMagick6-libs.x86_64                  6.9.10.56-1.el7.remi              remi
    
    -------------------------------------------------------------
      To update type these commands:
    -------------------------------------------------------------
      run centmin.sh menu option 15 to update imagick PHP ext then run:
    
      yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi
    
    
    -------------------------------------------------------------
    * Current Nginx Version: 1.17.2 (260719-110255-centos7-kvm)
    * Latest Nginx Available: 1.17.2 (centminmod.com/nginxnews)
    -------------------------------------------------------------
    
    -------------------------------------------------------------
     Centmin Mod local code is up to date at /usr/local/src/centminmod
     no available updates at this time...
    -------------------------------------------------------------
    



    And afterwards run
    Code (Text):
    yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi

    But yeah, result
    Code (Text):
    yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi
    Loaded plugins: fastestmirror, versionlock
    Loading mirror speeds from cached hostfile
     <spipped>
    No packages marked for update
    
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    5:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yes that is normal, the imagemagick yum updates are version locked for normal yum updates and only unlocked when you run centmin.sh menu option 15 to update imagick and imagemagick due to how imagick php extension is tied to imagemagick - every time you update imagemagick yum package, the imagick php extension needs to be updated but yum update doesn't touch php imagick extension updates so php imagick would break.

    locking imagemagick yum updates to only unlock on centmin.sh menu option 15, ensures php imagick php extension gets updates at same time as imagemagick

    hence the message you see in your above text for
    Code (Text):
    -------------------------------------------------------------
      To update type these commands:
    -------------------------------------------------------------
      run centmin.sh menu option 15 to update imagick PHP ext then run:
    
    yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi
    

    yum update will return empty as centmin.sh menu option 15 takes care of imagemagick yum update
     
  3. EckyBrazzz

    EckyBrazzz Active Member

    917
    190
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +363
    Local Time:
    4:07 AM
    Latest
    Latest
    So, you can better change it.
    Example:
    Code (Text):
    -------------------------------------------------------------
      To update type these commands:
    -------------------------------------------------------------
      run centmin.sh menu option 15 to update imagick PHP ext then run:
    
      yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi
    

    To simply
    Code (Text):
    -------------------------------------------------------------
      To update type these commands:
    -------------------------------------------------------------
      run centmin.sh menu option 15 to update imagick PHP ext

    The message
    Code (Text):
    yum update --disableplugin=priorities --setopt=deltarpm=0 --enablerepo=remi

    It's absolute. It's there without any reason. You may correct me if I'm wrong about this.

    I do have the YUM auto updater on my "private" CMM Cluster
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    5:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    the yum update message is to cover any other yum updates as imagemagick isn't only one that can come up as having updates and doesn't cover any yum updates that become available between exiting centmin.sh menu and the time you run yum update. So it's meant to cover all bases :)
     
  5. EckyBrazzz

    EckyBrazzz Active Member

    917
    190
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +363
    Local Time:
    4:07 AM
    Latest
    Latest
    I think that's the reason why I never noticed that there were any updates.:)
     
    Last edited: Jul 27, 2019
  6. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    5:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yes yum-cron auto update would of taken care of it :)