On Fri, Jul 15, 2016 at 3:55 PM, Melvin Davidson <melvin6925@xxxxxxxxx> wrote:
Why can't he just do a
pg_dump -F p his_dbname > his_dbname.sqlThen copy dbname.sql to a jump/thumb drive on the old laptopcopy the data from the jump/thumb drive to the new laptopcreate the new db in 9.5and use pg_restore to load the his_dbname.sql ?
Because it's not the same version, so that will cause some errors.
But i guess we should be able to live with that.
Thanks, i guess i was thinking a bit too rigid.
Cheers,
--
Willy-Bas Loos