The server version of this PostgreSQL is unknown, falling back to the client version.
И соединения с базой нет.
$ psql --version
psql (PostgreSQL) 10.1
$ pg_config --version
PostgreSQL 10.1
Консоль psql:
=> select version();
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ version │
├─────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ PostgreSQL 10.1 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406, 64-bit │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────┘
(1 строка)
# ps ax | grep postg
1000 ? S 0:00 /usr/lib/postgresql/10/bin/postgres -D /media/datadrive/var/lib/postgresql/10/main -c config_file=/etc/postgresql/10/main/postgresql.conf
1161 ? Ss 0:00 postgres: 10/main: checkpointer process
1162 ? Ss 0:00 postgres: 10/main: writer process
1163 ? Ss 0:01 postgres: 10/main: wal writer process
1164 ? Ss 0:00 postgres: 10/main: autovacuum launcher process
1165 ? Ss 0:00 postgres: 10/main: stats collector process
1166 ? Ss 0:00 postgres: 10/main: bgworker: logical replication launcher