Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread John R Pierce
On 1/19/2016 12:25 PM, Joshua D. Drake wrote: On 01/19/2016 12:21 PM, AI Rumman wrote: Hi All, My production boxes are running on Redhat 5 and I need to build Postgresql 9.4 rpm for it following our environment setup. If I build the rpm on Centos 5, will it be ok to run on Red Hat 5 boxes? Can

Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread Adrian Klaver
On 01/19/2016 01:05 PM, AI Rumman wrote: Ccing list Yes, these are the scripts to start/stop/manipulate data etc. Well it seems you have two choices: 1) Use someone else's packaging and change the above scripts 2) Use your previous custom RPM configuration to build the 9.4 RPMs and keep your

Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread Adrian Klaver
On 01/19/2016 12:37 PM, AI Rumman wrote: We build our own rpms. Confusion on my part. When you say scripts below are you talking about scripts you use to start/stop/monitor/otherwise control Postgres or the scripts you use to build the RPMs? Thanks. On Tue, Jan 19, 2016 at 12:34 PM, Adr

Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread AI Rumman
We build our own rpms. Thanks. On Tue, Jan 19, 2016 at 12:34 PM, Adrian Klaver wrote: > On 01/19/2016 12:29 PM, AI Rumman wrote: > >> We have all our scripts running on older Postrgesql versions for years >> where it is using PGHOME and other paths. We need to make the 9.4 rpm to >> follow thos

Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread Adrian Klaver
On 01/19/2016 12:29 PM, AI Rumman wrote: We have all our scripts running on older Postrgesql versions for years where it is using PGHOME and other paths. We need to make the 9.4 rpm to follow those directory structure. Considering above, am I going on right track? Please let me know. How did yo

Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread AI Rumman
We have all our scripts running on older Postrgesql versions for years where it is using PGHOME and other paths. We need to make the 9.4 rpm to follow those directory structure. Considering above, am I going on right track? Please let me know. Thanks. On Tue, Jan 19, 2016 at 12:25 PM, Joshua D. D

Re: [GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread Joshua D. Drake
On 01/19/2016 12:21 PM, AI Rumman wrote: Hi All, My production boxes are running on Redhat 5 and I need to build Postgresql 9.4 rpm for it following our environment setup. If I build the rpm on Centos 5, will it be ok to run on Red Hat 5 boxes? Can you please let me know? Thanks. CentOS 5 and

[GENERAL] Building 9.4 rpm for Red Hat 5

2016-01-19 Thread AI Rumman
Hi All, My production boxes are running on Redhat 5 and I need to build Postgresql 9.4 rpm for it following our environment setup. If I build the rpm on Centos 5, will it be ok to run on Red Hat 5 boxes? Can you please let me know? Thanks.