Join the community today
Register Now

Upgrade Nginx 1.19.5 > 1.25.x

Discussion in 'Install & Upgrades or Pre-Install Questions' started by ejes, Jul 16, 2023.

  1. ejes

    ejes New Member

    3
    0
    1
    Dec 7, 2020
    Ratings:
    +0
    Local Time:
    2:54 PM
    1.19
    10.3
    What happens if i upgrade my nginx version from 1.19.5 to version 1.25.x
    1. Will there be a temporary downtime on the website?
    2. Are there any changes to the vhost-etc configuration?



    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: 1.19.5
    • PHP Version Installed: 7.4
    • MariaDB MySQL Version Installed: 10.2.xx


     
    Last edited: Jul 16, 2023
  2. eva2000

    eva2000 Administrator Staff Member

    55,905
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    5:54 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I'd first update to Centmin Mod 130.00beta01 https://community.centminmod.com/threads/centmin-mod-124-00stable-130-00beta01-releases.22673/ if you want yo use Nginx 1.25 which has support for it and automatically makes any changes to the standard Centmin Mod Nginx vhost template for existing vhosts where applicable. Though for now Nginx 1.25 specific change is just a warning message that does not impact Nginx run time operation until future versions https://community.centminmod.com/threads/nginx-1-25-1-release-http2-parameter-deprecation.23890/

    Most of the automated changes done will be from Nginx 1.19 to 1.24 changes. You can always downgrade Nginx Version due to issues you find from Nginx config test command
    Code (Text):
    nginx -t
     
  3. ejes

    ejes New Member

    3
    0
    1
    Dec 7, 2020
    Ratings:
    +0
    Local Time:
    2:54 PM
    1.19
    10.3
    Great
    well thank you...