POSTGRES
TimescaleDB Update
Ajouter le proxy avec la commande export Yum update Installation à la mano: yum upda...
Création user en lecture seul
sudo -u postgres -i CREATE USER servicenav LOGIN PASSWORD 'Password'; GRANT CONNECT ON DA...
Modification du compte Monitor
sudo -u postgres -icd /production/pgsql/data/ Modification : vim /production/pgsql/data/pg_hba....
Vacuum
sudo -u postgres -i psql postgres=# \c "nom_de_la_bdd" nom_de_la_bdd=# VACUUM VERBOSE AN...
Splitbrain
Reconstruction du cluster Postgresql sous Centos Premièrement sauvegarder la VM via un quick bac...