Get the most out of your Centmin Mod LEMP stack
Become a Member

Easiest way to know latest available versions?

Discussion in 'Install & Upgrades or Pre-Install Questions' started by ethanpil, Sep 15, 2016.

  1. ethanpil

    ethanpil Active Member

    173
    55
    28
    Nov 8, 2015
    Ratings:
    +101
    Local Time:
    5:41 PM
    I'm wondering if there is an easy way to know what the latest available versions of Centminmod components are available to us?


    For example, a page listing all of the versions of nginx available to us with the newest at the top as well as the currently recommended version.... Same with MariaDB and all the other major components, so we can decide the best upgrade path?

    Any thoughts on this?
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,816
    12,275
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,861
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Centmin Mod 123.09beta01 at least alerts you when a newer nginx 1.11.x branch version is available as it gets it from download page at nginx: download

    MariaDB is installed via YUM, so yum update will report latest available if there is any.

    example in centmin mod 123.09beta01 when you log into server you will see something like this if nginx has a newer version

    Code (Text):
    ===============================================================================
    * Nginx Update May Be Available via centmin.sh menu option 4
    * see https://centminmod.com/nginx.html#nginxupgrade
    ===============================================================================
    * Current Nginx Version: 1.11.3
    * Latest Nginx Available: 1.11.4
    ===============================================================================


    on exiting centmin.sh in 123.09beta01 you will also see if YUM updates are available
    Code (Text):
     checking for YUM updates... please wait...
    
    -------------------------------------------------------------
      New YUM Updates available for host hostname
    -------------------------------------------------------------
      To list available YUM Updates type:
    -------------------------------------------------------------
      yum list updates --disableplugin=priorities --enablerepo=remi
    
    -------------------------------------------------------------
      To updates type:
    -------------------------------------------------------------
      yum update --disableplugin=priorities --enablerepo=remi
    
    


    For php, just visit php.net :)
     
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    9:41 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    You can use command
    Code:
    cminfo
    And in result will be shown some components version:
    Code:
    # cminfo
    ------------------------------------------------------------------
     Centmin Mod Quick Info:
    ------------------------------------------------------------------
    Server Location Info
    
      ip: 46.101.130.248
      city:
      region:
      country: DE
    
    Processors physical = 2, cores = 2, virtual = 2, hyperthreading = no
    
          2  1797.917
          2  Intel(R) Xeon(R) CPU E5-2650L v3 @ 1.80GHz
          2  30720 KB
    
     System Up Since:       2016-09-10 02:18:11
     System Uptime:         up 5 days, 9 hours, 23 minutes
     MySQL Server Started   2016-09-10 02:18:50
     MySQL Uptime:          5 days 9 hours 22 min 48 sec
     MySQL Uptime (secs):   465767
     Server Type:           kvm
     CentOS Version:        7.2
     Centmin Mod:           1.2.3-eva2000.09.001
     Nginx PageSpeed:       OFF
     Nginx Version:         1.11.4
     PHP-FPM Version:       7.0.10
     MariaDB Version:       10.1.17
     CSF Firewall:          v9.14
     Memcached Server:      1.4.25
     NSD Version:           3.2.18
     Siege Version:         3.1.0
     Maldet Version:        not installed
     ClamAV Version:        not installed
     ElasticSearch:         2.4.0
    ------------------------------------------------------------------
    
     
  4. ethanpil

    ethanpil Active Member

    173
    55
    28
    Nov 8, 2015
    Ratings:
    +101
    Local Time:
    5:41 PM
    What about 123.08stable
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,816
    12,275
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,861
    Local Time:
    5:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @Sunka yes cminfo command shows existing installed versions of software only not what is available at the software developer end latest available.

    @ethanpil 123.08stable only has cminfo command for existing installed versions for latest available for nginx and php you'd have to visit nginx.org and php.net to find out. MariaDB is still YUM installed so yum list updates or yum update should tell you. Centmin Mod 123.09beta01 is much improved, just check out the change log for differences at Change Log - CentminMod.com LEMP Nginx web stack for CentOS