script:Postgresql

From Dgiref
Jump to: navigation, search

Postgres should be excluded from yum update. the Option "-i" to accept tcp connection have to be set manually on the init script for postgres after every update. As solution, the configuration from /etc/init.d/postgresql (lines 109 and 190) can be used. Setup the file into /etc/sysconfig/pgsql/postgresql with the following content:

PGOPTS="-i"
Personal tools