Re: Upgrading to a major version - Mailing list pgsql-novice

From Skylar Thompson
Subject Re: Upgrading to a major version
Date
Msg-id 20160321154850.GC72257@utumno.gs.washington.edu
Whole thread Raw
In response to Upgrading to a major version  (JORGE MALDONADO <jorgemal1960@gmail.com>)
List pgsql-novice
Hi Jorge,

Have you read the upgrade documentation for 9.5?

http://www.postgresql.org/docs/9.5/static/upgrading.html

The up-shot is that if you are upgrading in place, pg_upgrade might very
well work (definitely should have a backup available just in case), but if
you are moving to a new, non-ABI-compatible platform, you will have to go
via pg_dumpall.

On Mon, Mar 21, 2016 at 10:22:26AM -0500, JORGE MALDONADO wrote:
> Hello,
>
> I am actually using PostgreSQL 9.1 and I am thinking about upgrading to
> version 9.4 or 9.5. I have read that the most feasible and secure way to
> upgrade PostgreSQL to a major version is by using pg_dump/pg_restore. Is
> this correct?
>
> Does an upgrade applies for going from 32-bit to 64-bit?
>
> Respectfully
> Jorge Maldonado

--
-- Skylar Thompson (skylar2@u.washington.edu)
-- Genome Sciences Department, System Administrator
-- Foege Building S046, (206)-685-7354
-- University of Washington School of Medicine


pgsql-novice by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: Upgrading to a major version
Next
From: Gavin Flower
Date:
Subject: Re: Help with text(decimal) to hex conversion