Welcome to Centmin Mod Community
Register Now

Beta Branch fix optional PostgreSQL install with PHP via centmin.sh menu option 5 in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 28, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    55,896
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    5:15 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    fix optional PostgreSQL install with PHP via centmin.sh menu option 5 in 140.00beta01

    - when POSTGRESQL='y' set in the persistent config file /etc/centminmod/custom_config.inc prior to centmin.sh menu option 5 PHP upgrade/recompiles, it will install PostgreSQL server and compile PHP-FPM with postgresql support
    - further fixes to prevent initial PostgreSQL YUM repo's GPG key install from hanging during the routine

    php --ri pdo_pgsql
    pdo_pgsql
    PDO Driver for PostgreSQL => enabled
    PostgreSQL(libpq) Version => 17.0

    yum -q list installed | grep postgresql
    postgresql16.x86_64 16.4-1PGDG.rhel9 @pgdg16
    postgresql16-contrib.x86_64 16.4-1PGDG.rhel9 @pgdg16
    postgresql16-devel.x86_64 16.4-1PGDG.rhel9 @pgdg16
    postgresql16-libs.x86_64 16.4-1PGDG.rhel9 @pgdg16
    postgresql16-server.x86_64 16.4-1PGDG.rhel9 @pgdg16

    Continue reading...

    140.00beta01 branch