Error with PostgreSQL
Published: December 3, 2018 - 11:30 AM
Hello.
Following the tutorial https://www.wapt.fr/fr/doc/wapt_server_ ... _wapt.html
with a fresh installation of Debian 9 x64, I encountered the same problem (viewtopic.php?t=927) , namely the PostgreSQL service not creating PID 5432.
The solution is to enable listening on * by editing the file /etc/postgresql/9.6/main/postgresql.conf and changing the line `listen_addresses = '*'` instead of `#listen_addresses = 'localhost'`.
Then restart: `service postgresql restart`.
Hopefully this information will complement the tutorial.
Following the tutorial https://www.wapt.fr/fr/doc/wapt_server_ ... _wapt.html
with a fresh installation of Debian 9 x64, I encountered the same problem (viewtopic.php?t=927) , namely the PostgreSQL service not creating PID 5432.
The solution is to enable listening on * by editing the file /etc/postgresql/9.6/main/postgresql.conf and changing the line `listen_addresses = '*'` instead of `#listen_addresses = 'localhost'`.
Then restart: `service postgresql restart`.
Hopefully this information will complement the tutorial.