Re: [GENERAL] Installing 9.5 doesn't create 'postgres' unix account on Cent OS 7

2017-08-28 Thread Devrim Gündüz
Hi, On Mon, 2017-08-28 at 05:13 +, John Lawlor wrote: > yum install postgresql95 postgresql95-server.x86_64 > > Then I try to switch to the 'postgres' user normally created by installing > postgres: > > su - postgres > su: user postgres does not exist Can you please paste the full output

[GENERAL] Installing 9.5 doesn't create 'postgres' unix account on Cent OS 7

2017-08-28 Thread John Lawlor
Hi, I am installing Postgres 9.5 on a Cent OS 7 server. I have done the following: yum install https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-redhat95-9.5-2.noarch.rpm yum install postgresql95 postgresql95-server.x86_64 Then I try to switch to the 'postgres' user