Installation de Postresql 16 sur Rocky linux 9 Il est préférable d'enregistrer le dépôt Pogresql pour avoir les versions à jour dnf module disable postgresql dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf list postgresql* yum install postgresql16-server wal2json_16 /usr/pgsql-16/bin/postgresql-16-setup initdb systemctl start postgresql-16 systemctl enable postgresql-16