From: | Robert Bernier <robert(at)pg-live(dot)info> |
---|---|
To: | seapug(at)postgresql(dot)org |
Subject: | Re: Re: [BUGS] pg_dump: aborting because of server version mismatchT |
Date: | 2012-05-02 22:48:25 |
Message-ID: | 201205021548.25409.robert@pg-live.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | seapug |
There used to be a switch in pg_dump that would disable the version, you can
even see that's in the man page. However, it is not reccommended and the most
recent versions have fully deprecated the switch. Technically speaking that
means that you can even use an older version of pg_dump and it wouldn't
generate any errors although I wouldn't want to test it out on important stuff.
Robert Bernier
On Wednesday, May 02, 2012 02:53:53 pm Kevin Grittner wrote:
> Mitesh Shah <mitesh(dot)shah(at)stripes39(dot)com> wrote:
> > *pg_dump: server version: 9.1.2; pg_dump version: 9.0.5*
> > *pg_dump: aborting because of server version mismatch*
>
> This is not a bug. Use a version of pg_dump which is at least as
> new as the server. The older version of pg_dump is unlikely to be
> able to recognize everything in the newer server,
>
> -Kevin
From | Date | Subject | |
---|---|---|---|
Next Message | Christophe Pettus | 2012-05-03 03:27:28 | Re: [sfpug] pg_dump: aborting because of server version mismatch |
Previous Message | Robert Bernier | 2012-05-02 22:27:49 | Re: [seapug] Re: [BUGS] pg_dump: aborting because of server version mismatchT |