Re: [ADMIN] rpm upgrade on CentOS 6.3

2013-06-07 Thread Devrim GÜNDÜZ
Hi, On Thu, 2013-06-06 at 10:05 -0400, dx k9 wrote: > Typically, I always use the source code for installs, but had one server > where we used the RPM. > I'm going to run this command to upgrade CentOS postrgres. Does this look > OK? > > I originally installed this: > pgdg-centos91-9.1-4.no

[ADMIN] Postgresql-XC in production?

2013-06-07 Thread Ray Stell
Is Postgresql-XC being used far-and-wide in production? It looks like an attractive path for a problem I'm considering, that problem being close to zero downtime with data replicated to all the datanodes. I suspect that is not the primary purpose of the effort, rather to partition across the n

Re: [ADMIN] Postgresql-XC in production?

2013-06-07 Thread Joshua D. Drake
On 06/07/2013 09:37 AM, Ray Stell wrote: Is Postgresql-XC being used far-and-wide in production? It looks like an attractive path for a problem I'm considering, that problem being close to zero downtime with data replicated to all the datanodes. I suspect that is not the primary purpose of

[ADMIN] upgrading with rpm for CentOS 6.3

2013-06-07 Thread dx k9
Since there is no 9.1.9 rpm for CentOS, I tried running the 'yum install postgresql91-server' . That updated my default version from 8.4.12 to 8.4.13. But I really need my working version upgraded. PGENGINE=/usr/pgsql-9.1/binOr is there a way to update /etc/yum.repos.d/CentOS-Base.repo, [bas

[ADMIN] DBD::Pg requires at least protocol version 3.0

2013-06-07 Thread Lee Duynslager
Hi I have no other alternative but to connect to an old version of postgres sever that uses protocol v 2, it might be v 6 or 7, i have no control over that server, so i cant update it. What can i do to get perl to be able to Connect up to this old remote pg server? I am running ubuntu 12.04.