Re: Upgrade clients when (major) upgrading server? - Mailing list pgsql-admin

From Chris Bovitz
Subject Re: Upgrade clients when (major) upgrading server?
Date
Msg-id 4888DD27.6070204@noaa.gov
Whole thread Raw
In response to Re: Upgrade clients when (major) upgrading server?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: Upgrade clients when (major) upgrading server?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-admin
<br /> Scott Marlowe wrote: <blockquote cite="mid:dcc563d10807241106xfe8ed3i39a203661736a623@mail.gmail.com"
type="cite"><prewrap="">On Thu, Jul 24, 2008 at 9:00 AM, Chris Bovitz 
<a class="moz-txt-link-rfc2396E" href="mailto:Christopher.Bovitz@noaa.gov"><Christopher.Bovitz@noaa.gov></a>
wrote:</pre><blockquote type="cite"><pre wrap="">We have 8.1.3 on our operational and development database servers and
will
upgrade to 8.3.3 (development) and 8.2.9 (operations) soon.  (We will not
upgrade both systems' databases now because we've already tested 8.2 on our
web server database for the past year, so it's already spent time in
"development.")  I have read through the server upgrade notes, and they seem
to be pretty self-explanatory.  It's even mentioned how to upgrade the
client.  And that's where my questions lie.

The clients on our workstations were installed when our 8.1.3 was installed,
which I was not involved with.  When I do "psql --version" on a client
machine, it says "8.0.3".  When I do this on the server, I get "8.1.3".

Do we need to upgrade the clients?  Should we?  If so to which version?What is involved with that?  That is, other than
thenote in the 
upgrade/installation man pages, is there a set of instructions for upgrading
the client-side software?  If we don't have to upgrade now, when would we
have to?  Are there any things to watch for I should be aware of?   </pre></blockquote><pre wrap="">
>From the perspective of libpq it's not a huge deal, but psql needs to
match to make the \ commands work properly.  Upgrading the client is
pretty simple.  Remove the old client packages and install the new
ones. </pre></blockquote> Does it matter which version - 8.3.3 or 8.2.9 - we install on our client boxes?  Is the
client-sidebackwards compatible?  Or should we install both and have a wrapper for the "psql" script to detect which
databasewe're going to and use the appropriate binaries?<br /><br /><br /> Chris  

pgsql-admin by date:

Previous
From: Marc Fromm
Date:
Subject: restoring from pg_dumpall
Next
From: "Scott Marlowe"
Date:
Subject: Re: Upgrade clients when (major) upgrading server?