Re: [GENERAL] Postgres 9.4.5 Installation on Centos 7.3

2016-01-28 Thread Sachin Srivastava
Here selinux is already disabled on server and I am installing postgres on Centos 7.2. On Fri, Jan 29, 2016 at 1:12 PM, John R Pierce wrote: > On 1/28/2016 11:21 PM, Sachin Srivastava wrote: > >> >> Is it not possible If my storage is mounted on /u01 and I will create the >> directory within "

Re: [GENERAL] Postgres 9.4.5 Installation on Centos 7.3

2016-01-28 Thread John R Pierce
On 1/28/2016 11:21 PM, Sachin Srivastava wrote: Is it not possible If my storage is mounted on /u01 and I will create the directory within "u01/" /postgres9.4/data. And now I want to initialize my data within this directory ("/u01/postgres9.4/data"). There is any specific reason to use onl

Re: [GENERAL] Postgres 9.4.5 Installation on Centos 7.3

2016-01-28 Thread Sachin Srivastava
Dear John, Thanks for update !!! Is it not possible If my storage is mounted on /u01 and I will create the directory within "u01/" /postgres9.4/data. And now I want to initialize my data within this directory ("/u01/postgres9.4/data"). There is any specific reason to use only this by default d

Re: [GENERAL] Postgres 9.4.5 Installation on Centos 7.3

2016-01-28 Thread John R Pierce
On 1/28/2016 10:24 PM, Sachin Srivastava wrote: I have initialized the database through below command through Postgres user but in my "/u01/postgres9.4/" folder pg_log folder is not available, what is the reason behind this. --- -bash-4.2$ initdb -D /u01/postgr

Re: [GENERAL] Postgres 9.4.5 Installation on Centos 7.3

2016-01-28 Thread Sachin Srivastava
Dear Adrian, I have initialized the database through below command through Postgres user but in my "/u01/postgres9.4/" folder pg_log folder is not available, what is the reason behind this. --- -bash-4.2$ initdb -D /u01/postgres9.4/ The files belonging to this d

Re: [GENERAL] Postgres 9.4.5 Installation on Centos 7.3

2016-01-28 Thread Adrian Klaver
On 01/28/2016 08:45 PM, Sachin Srivastava wrote: Hi, I have to install Postgres 9.4.5 On Centos 7.2, what is the best way to install, please suggest: Through ./configure and make OR Through below link: https://wiki.postgresql.org/wiki/YUM_Installation#Configure_your_YUM_repository Please