postgresql data transfer from 9.3 to 9.4

Поиск
Список
Период
Сортировка
От 許耀彰
Тема postgresql data transfer from 9.3 to 9.4
Дата
Msg-id CAD_D-c9eL0xVqA165_zqpvCBf7c219VNG02atfLGDpeeVmiOww@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgresql data transfer from 9.3 to 9.4
Список pgsql-bugs
Dear Support Team, 
We face a question about migrating postgresql from 9.3 to 9.4. Because our original postgresql is 9.3. And we use dump command to dump all record as shown as below:
pg_dump dbname > outfile

At the same time , we update postgresql from 9.3 to .9.4  And then remove 9.3 postgresql. Finally we use command as listed as below to import all record to 9.4 postgresql.
psql dbname < infile

But at the transfer process, it showed the error message as shown as the attachment. How can we normally transfer 9.3 records to 9.4 postgresql in the same server? Thanks for your kindly assistance.
Best Regards, Anderson Hsu


不含病毒。www.avast.com
Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: BUG #15036: Un-killable queries Hanging in BgWorkerShutdown
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15058: postgresql transfer from 9.3 to 9.4