Re: Upgrading to a major version

From: Skylar Thompson <skylar2(at)u(dot)washington(dot)edu>
To: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Upgrading to a major version
Date: 2016-03-21 15:48:50
Message-ID: 20160321154850.GC72257@utumno.gs.washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)u(dot)washington(dot)edu)
-- Genome Sciences Department, System Administrator
-- Foege Building S046, (206)-685-7354
-- University of Washington School of Medicine

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Gavin Flower 2016-03-21 20:52:13 Re: Help with text(decimal) to hex conversion
Previous Message Andreas Kretschmer 2016-03-21 15:43:43 Re: Upgrading to a major version