Database upgrading: upgrade server first or client first? - Mailing list pgsql-general

From roy hills
Subject Database upgrading: upgrade server first or client first?
Date
Msg-id BAY148-W16254C70CBF23DB488EB9DD9280@phx.gbl
Whole thread Raw
Responses Re: Database upgrading: upgrade server first or client first?  (Steve Crawford <scrawford@pinpointresearch.com>)
Re: Database upgrading: upgrade server first or client first?  (Andy Colson <andy@squeakycode.net>)
List pgsql-general
I'm running a postgresql 8.1 database on a single server which is queried from a number of client systems.
Both server and clients are running Debian Linux.

I need to upgrade from 8.1 to 8.3, but it's difficult for me to upgrade everything at once. Is it possible to
run different versions of the client and server, and if so is it better to upgrade the client first or the server first?

When I say "the client", I mean the psql client and the libpq library (I actually use Perl DBI, but I think that ends
up calling functions in libpq).

My gut feeling is that later versions of the client should detect and work with earlier versions of the server, so
I should upgrade the clients first. But I can't see anything definitive on this.

Any advice or pointers to FAQ items that I've missed would be appreciated.

pgsql-general by date:

Previous
From: leaf_yxj
Date:
Subject: Test ODBC connection failed. Pleae help me to take a look. Thanks.
Next
From: Steve Crawford
Date:
Subject: Re: Database upgrading: upgrade server first or client first?