salut,

je n'arrive pas à installer drupal 10 avec postgresql, sur rocky linux 9,


durant la phase d'install , la phase Configuration de la base de données,
je n'ai pas postgreql listée comme type de données !

Pourtant je fais
systemctl status postgresql-14
ca me retourne :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
 
postgresql-14.service - PostgreSQL 14 database server
     Loaded: loaded (/usr/lib/systemd/system/postgresql-14.service; enabled; pr>
     Active: active (running) since Mon 2024-02-26 09:10:32 CET; 6h ago
       Docs: https://www.postgresql.org/docs/14/static/
   Main PID: 1380 (postmaster)
      Tasks: 8 (limit: 22049)
     Memory: 4.4M
        CPU: 813ms
     CGroup: /system.slice/postgresql-14.service
             ├─1380 /usr/pgsql-14/bin/postmaster -D /var/lib/pgsql/14/data/
             ├─1638 "postgres: logger "
             ├─1840 "postgres: checkpointer "
             ├─1841 "postgres: background writer "
             ├─1842 "postgres: walwriter "
             ├─1843 "postgres: autovacuum launcher "
             ├─1844 "postgres: stats collector "
             └─1845 "postgres: logical replication launcher "
 
févr. 26 09:10:22 localhost.localdomain systemd[1]: Starting PostgreSQL 14 data>
févr. 26 09:10:24 pc15.home postmaster[1380]: 2024-02-26 09:10:24.780 CET [1380>
févr. 26 09:10:24 pc15.home postmaster[1380]: 2024-02-26 09:10:24.780 CET [1380>
févr. 26 09:10:32 pc15.home systemd[1]: Started PostgreSQL 14 database server.
lines 1-22/22 (END)

donc il est actif,

je teste le port 5432 avec
netstat -nlp | grep 5432
ca me retourne :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
 
tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      1380/postmaster     
tcp6       0      0 ::1:5432                :::*                    LISTEN      1380/postmaster     
unix  2      [ ACC ]     STREAM     LISTENING     25896    1380/postmaster      /tmp/.s.PGSQL.5432
unix  2      [ ACC ]     STREAM     LISTENING     25895    1380/postmaster      /run/postgresql/.s.PGSQL.5432
ca m'a l'air OK.

Que faire de plus ? Merci d'avance