| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Paul Jones <pbj(at)cmicdo(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Upgrade method from 9.2 to 10 ? |
| Date: | 2017-06-16 20:18:31 |
| Message-ID: | 20170616201831.GA5080@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, Jun 16, 2017 at 04:14:07PM -0400, Paul Jones wrote:
> Would it be possible to upgrade from 9.2 to 10 by doing a pg_basebackup
> to the new server, followed by pg_upgrade -k, then streaming replication
> from the 9.2 server to the 10 server until we're ready to cut over to 10?
>
> The idea is to minimize downtime.
You can't use streaming replication between different major versions.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | melvin6925 | 2017-06-16 22:02:59 | Re: Upgrade method from 9.2 to 10 ? |
| Previous Message | Paul Jones | 2017-06-16 20:14:07 | Upgrade method from 9.2 to 10 ? |