From: | Brett Stauner <brett(at)mightybs(dot)net> |
---|---|
To: | |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Upgrade from 8.4 |
Date: | 2013-04-18 15:06:42 |
Message-ID: | CAGOrRDgmY9XmhHjAKFMkxXxEaifKb4+YBgGYw4Uh+D=+K0NaUQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I recently upgraded from the 8.2 branch to 9.2. Since mine was so old the
only option I had was the dump/restore functionality, but that's really a
simple procedure, just potentially time consuming based on your data and
computers. It's also good to look over the release notes between the
versions so you can identify parts of your code (if you use things like
plpgsql). Doing a full dump and restore to a new version can point these
issues out, and you can properly test your applications and scheduled tasks
against your new server before taking the plunge.
Regards,
-Brett
On Thu, Apr 18, 2013 at 6:58 AM, Prashanth Ranjalkar <
prashant(dot)ranjalkar(at)gmail(dot)com> wrote:
> Yes, PostgreSQL 9.2 would be an excellent choice; There are various
> upgrade options available like dump/restore, slony and pg_upgrade where
> each have their pros and cons. The selection of upgrade method solely
> depend upon the data size and available downtime. It's strongly recommended
> to test upgrade method before live implementation.
>
> **
> *Thanks & Regards,*
> *** *
> *Prashanth Ranjalkar*
> *Database Consultant & Architect*
> *Email:prashant(dot)ranjalkar(at)gmail(dot)com*
> *www.postgresdba.net*
>
>
> On Thu, Apr 18, 2013 at 4:40 PM, Rajiv Kasera <rajiv(dot)kasera(at)pinelabs(dot)com>wrote:
>
>> I am planning to upgrade my Postgres DB server from v8.4 to a newer
>> version. Should 9.2 be a good choice for upgrading, it has the best
>> features around replication. Also can someone help me with a guide for the
>> upgrade process and rollback process in case anything fails.****
>>
>> ** **
>>
>> Thanks,
>> Rajiv****
>>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Sofer, Yuval | 2013-04-18 15:40:28 | Primary DB stuck becuase of unavailable standby (synchronized streaming) - please help |
Previous Message | Prashanth Ranjalkar | 2013-04-18 11:58:58 | Re: Upgrade from 8.4 |