Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch set MariaDB 10.1 ProtectHome=false for CentOS 7 systemd in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 20, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,805
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    11:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    set MariaDB 10.1 ProtectHome=false for CentOS 7 systemd in 123.09beta01


    MariaDB 10.1.16 introduced ProtectHome=true setting which prevents Centmin Mod MariaDB 10.1 to restart due to custom tmpdir=/home/mysqltmp in /etc/my.cnf. This is a workaround for it as outlined at MariaDB - MariaDB 10.1.16 now available | Centmin Mod Community Just update to latest Centmin Mod 123.09beta01 via centmin.sh menu option 23 and re-run centmin.sh one time to setup /etc/systemd/system/mariadb.service.d/protecthome.conf with contents of

    Code (Text):
    [Service]
    ProtectHome=false
    


    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,805
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    11:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    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.

    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 swicthing via Git backed environment you can setup. For full details read the following links: