On 02/04/2013 12:06 PM, AI Rumman wrote:
> Is it possible to migrate database from Postgresql 8.2 to 9.2 using
> pg_upgrade?
>
> Thanks.
Per http://www.postgresql.org/docs/9.2/static/pgupgrade.html
"...pg_upgrade supports upgrades from 8.3.X and later to the current
major release of PostgreSQL..."
So it looks like you will need one of the other methods for this one.
Cheers,
Steve