Re: migrating data from an old postgres version
От
Adrian Klaver
Тема
Re: migrating data from an old postgres version
Дата
Msg-id
4e611e41-06ae-d3ec-b402-5c93f6282445@aklaver.com
Ответ на
Re: migrating data from an old postgres version (Willy-Bas Loos)
Список
Дерево обсуждения
migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Melvin Davidson <melvin6925@gmail.com>
Re: migrating data from an old postgres version Paul Ramsey <pramsey@cleverelephant.ca>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version "David G. Johnston" <david.g.johnston@gmail.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Adrian Klaver <adrian.klaver@aklaver.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Melvin Davidson <melvin6925@gmail.com>
Re: migrating data from an old postgres version Adrian Klaver <adrian.klaver@aklaver.com>
Re: migrating data from an old postgres version Adrian Klaver <adrian.klaver@aklaver.com>
Re: migrating data from an old postgres version Melvin Davidson <melvin6925@gmail.com>
Re: migrating data from an old postgres version Adrian Klaver <adrian.klaver@aklaver.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Melvin Davidson <melvin6925@gmail.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Tom Lane <tgl@sss.pgh.pa.us>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
Re: migrating data from an old postgres version Melvin Davidson <melvin6925@gmail.com>
Re: migrating data from an old postgres version Willy-Bas Loos <willybas@gmail.com>
On 07/15/2016 07:07 AM, Willy-Bas Loos wrote: > > On Fri, Jul 15, 2016 at 3:55 PM, Melvin Davidson > wrote: > > > Why can't he just do a > pg_dump -F p his_dbname > his_dbname.sql > Then copy dbname.sql to a jump/thumb drive on the old laptop > copy the data from the jump/thumb drive to the new laptop > create the new db in 9.5 > and use pg_restore to load the his_dbname.sql ? > > > Because it's not the same version, so that will cause some errors. pg_dump is backwards compatible to version 7.0. > 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 -- Adrian Klaver adrian.klaver@aklaver.com
В списке pgsql-general по дате отправления