Postgresql dışarı açmak
Nov 23, 2020
root@mustafaulker:/home/mustafaulker# su — postgres
postgres@mustafaulker:~$ psql -U postgres -c ‘SHOW config_file’
config_file
— — — — — — — — — — — — — — — — — — — — -
/etc/postgresql/13/main/postgresql.conf
(1 satır)postgres@mustafaulker:~$ exitroot@mustafaulker:/home/mustafaulker# nano /etc/postgresql/13/main/postgresql.conf
change listen_address
listen_addresses = '*'
restart service
sudo service postgresql restart