Re: BUG #8324: Missing script

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: floriparob(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8324: Missing script
Date: 2013-07-23 22:33:27
Message-ID: CAB7nPqSJZGgD-1PmEUObYNSdkKWZpBmD_kfrmZ2ymZvqzqxWQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jul 23, 2013 at 2:02 PM, <floriparob(at)gmail(dot)com> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 8324
> Logged by: Robert Stone
> Email address: floriparob(at)gmail(dot)com
> PostgreSQL version: 9.2.4
> Operating system: Debian 3.9-1-amd64 #1 SMP Debian 3.9.8-1 x86_64 GN
> Description:
>
> Downloaded the 9.2.4 source and compiled it. There is NO pg_upgrade script
> in the 9.2/bin directory. I thought that I have to run this script to
> upgrade my database from 9.1 to 9.2. Can I run the 9.1 version of
> pg_upgrade? Please advise.
>
pg_upgrade is a contrib module, so you will find it in contrib/pg_upgrade.
Note that when performing an upgrade you will also need to install the
extension called pg_upgrade_support in the server to-be-upgraded. It is
located in contrib/pg_upgrade_support.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2013-07-23 22:35:05 Re: BUG #8325: Missing script II
Previous Message floriparob 2013-07-23 05:24:31 BUG #8325: Missing script II