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

General Rocky 8 pre-install questions

Discussion in 'Install & Upgrades or Pre-Install Questions' started by dce, Jun 21, 2024.

  1. dce

    dce Member

    51
    7
    8
    Feb 21, 2018
    Ratings:
    +9
    Local Time:
    9:55 AM
    I migrating my servers off of 7 to Rocky 8.

    What versions of PHP and Maria DB (earliest versions) are centimin supporting on Rocky 8?


    Are there any install tutorials and guides for Rocky 8 like they are for 7?

    Thanks in advance!
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,900
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:55 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    See https://community.centminmod.com/th...-mod-on-almalinux-8-rocky-linux-8-oses.23261/ you have PHP 8.0.30 default and MariaDB 10.4 or you can choose different defaults

    MariaDB 10.6 default with PHP 8.0 default
    Code (Text):
    yum -y update
    yum -y install epel-release
    yum -y install screen
    screen -S cminstall -h 2000000
    curl -4sL https://centminmod.com/installer-el8x-mariadb10.6.sh -o installer-el8x-mariadb10.6.sh; bash installer-el8x-mariadb10.6.sh


    Example https://community.centminmod.com/th...min-mod-130-00beta01-test-installation.24233/
     
  3. dce

    dce Member

    51
    7
    8
    Feb 21, 2018
    Ratings:
    +9
    Local Time:
    9:55 AM
    Thanks eva2000. Will go with Rocky 8. Will fire up a VM and beginning testing to see what works for my requirements.