On Tue, Jul 23, 2013 at 2:02 PM, <floripa...@gmail.com> wrote:
> The following bug has been logged on the website: > > Bug reference: 8324 > Logged by: Robert Stone > Email address: floripa...@gmail.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