PgClu

Da GazziNet.
Versione del 12 giu 2023 alle 08:42 di Admin (discussione | contributi) (Creata pagina con " cd /opt wget https://github.com/darold/pgcluu/archive/v2.6.tar.gz tar -xvzf v2.6.tar.gz cd pgcluu-2.6/ yum install perl -y yum install perl-ExtUtils* -y yum install sysstat -y #PATCH SI RINGRAZIA: MARIO GUIDI ln -s resources res # ------------------------- grazie --------- perl Makefile.PL make make install mkdir -p /var/lib/pgsql/log mkdir -p /var/lib/pgsql/output chown -R postgres:postgres /var/lib/pgsql/log chown -R postgres:postgres /var/lib/p...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Vai alla navigazione Vai alla ricerca
cd /opt
wget https://github.com/darold/pgcluu/archive/v2.6.tar.gz
tar -xvzf v2.6.tar.gz
cd pgcluu-2.6/
yum install perl -y
yum install perl-ExtUtils* -y
yum install sysstat -y
#PATCH SI RINGRAZIA: MARIO GUIDI 
ln -s  resources res
# ------------------------- grazie --------- 
perl Makefile.PL
make 
make install
mkdir -p /var/lib/pgsql/log 
mkdir -p /var/lib/pgsql/output
chown -R postgres:postgres /var/lib/pgsql/log 
chown -R postgres:postgres /var/lib/pgsql/output