On Thu, Feb 23, 2017 at 12:39 PM, ghiureai <isabella.ghiurea@xxxxxxxxxxx.ca > wrote:
Hi List,
we still have 2 hosts running the old PG 8.3 version, we finally agreed to move to PG9.5, please advise what will be the process for this upgrade ? the db size for upgrade is 500GB( with 4 table spaces on # volumes)
( do I need to move first to PG9.0 and next move up?)
Isabella
--
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
The pg_upgrade option is only available from 8.4 and up, so you're only simple option is a dump and restore. You could look into other logical replication tools such as slony, mimeo or bucardo that can replicate between major versions, but there's quite a bit of setup involved in any of these solutions. I'd recommend the dump restore for the simplest, most direct method.
You can go directly from 8.3 to 9.5. Just be sure and use the pg_dump from 9.5 to generate the dump file from 8.3.
Keith