Want more timely Centmin Mod News Updates?
Become a Member

Upgrade?

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Oxide, Oct 31, 2021.

  1. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    5:58 AM
    Hi,

    I am running 123.09beta01 & was wondering if there is any version I should upgrade to - to get the latest updates?

    I noticed I was not able to upgrade to PHP 7.4


    And if yes, do I just do it with the options within centmin?
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,400
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    5:58 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    123.09beta01 is latest and can be continuously updated running the cmupdate command :)

    It should already support PHP 7.4 and 8.0. What issues you have with PHP 7.4 update? If you have issues, post or inspect PHP upgrade log for clues as outlined at https://community.centminmod.com/threads/how-to-troubleshoot-php-installs-upgrades.17857/ :)

    Upgrading Centmin Mod Code to Latest Version



    Getting Started Guide step 19 outlines also how to keep Centmin Mod code updated or how to switch version branches or you can run cmupdate command that was recently added.

    Centmin Mod LEMP stack's script code is constantly updated for improvements, bug fixes and security fixes so keeping the Centmin Mod code up to date is important. With Centmin Mod 1.2.3-eva2000.08) (123.08stable) and higher releases, a newly added centmin.sh menu option 23 allows much easier code updates and version branch switching via Git backed environment you can setup.

    For 123.08stable that means centmin.sh menu option 23 submenu option 2 (if you previously ran submenu option 1) first, then exit centmin.sh, re-enter /usr/local/src/centminmod and re-run centmin.sh menu.

    For 123.09beta01 and higher that means running SSH command = cmupdate and then re-enter /usr/local/src/centminmod and re-run centmin.sh menu.

    Example of using 123.09beta01 cmupdate command to update Centmin Mod code on your server
    Code (Text):
    cmupdate
    No local changes to save
    Updating 5f92047..9d06ee8
    Fast-forward
     stackscripts/stackscript.sh | 11 ++++++++---
     1 file changed, 8 insertions(+), 3 deletions(-)
    


    For full details read the following links: