Re: How to upgrade PostgreSQL minor releases without a dump/restore? - Mailing list pgsql-admin

From Vibhor Kumar
Subject Re: How to upgrade PostgreSQL minor releases without a dump/restore?
Date
Msg-id 1F29F959-4FF0-47A2-AB09-7EDEA5112A5B@gmail.com
Whole thread Raw
In response to How to upgrade PostgreSQL minor releases without a dump/restore?  ("Gnanakumar" <gnanam@zoniac.com>)
List pgsql-admin
On Mar 1, 2011, at 1:23 PM, Gnanakumar wrote:

>
> PostgreSQL Versioning policy says: "Upgrading to a minor release does not
> require a dump and restore; merely stop the database server, install the
> updated binaries, and restart the server."

Install the Binaries of Specific Minor Release and Start the PG Instance using new Binary (pg_ctl) of PG.

1. Stop PG using pg_ctl of v8.2.3.
2. Install v8.2.20
3. Start PG using v8.2.20 Binary.

Thanks & Regards,
Vibhor
Blog:http://vibhork.blogspot.com

pgsql-admin by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: How to upgrade PostgreSQL minor releases without a dump/restore?
Next
From: "Gnanakumar"
Date:
Subject: Re: How to upgrade PostgreSQL minor releases without a dump/restore?