Re: RPM Upgrading

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: RPM Upgrading
Date: 2015-10-01 15:21:42
Message-ID: 2763268.vfFJYoEfWv@skynet.simkin.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thursday, October 01, 2015 08:17:46 AM Binand Sethumadhavan wrote:
> Hi All,
>
> I am thinking of using 9.5 alpha on a (non-production) database server that
> is currently running 9.2. The server is CentOS 6.4. Can I just do rpm -Uvh
> and hope it will all be fine or do I have to go through full dump/restore
> or even the pg_upgrade-based procedure? The full dump/restore will be very
> time consuming which I want to avoid; and pg_upgrade apparently wants each
> version to have its own installation and data directories which I don't
> have.

Well, you'll have to do one or the other. You can't just use your old data
directory with the new software.

If you use the PostgreSQL RPM Repository packages you can have both versions
installed without conflicts.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2015-10-01 18:55:51 Re: RPM Upgrading
Previous Message Binand Sethumadhavan 2015-10-01 02:47:46 RPM Upgrading