Re: Trouble Upgrading Postgres

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Trouble Upgrading Postgres
Дата
Msg-id 3992560c1d70bf5b7cbdc63eaa4316f3b1dc64c4.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Trouble Upgrading Postgres  (Charles Martin <ssappeals@gmail.com>)
Список pgsql-general
Charles Martin wrote:
> When I do a pg_dump using PG 9.6, I got this:
> 
> > pg_dump: Dumping the contents of table "docfile" failed: PQgetCopyData() failed.
> > pg_dump: Error message from server: server closed the connection unexpectedly
> >     This probably means the server terminated abnormally
> >     before or while processing the request.
> > pg_dump: The command was: COPY public.docfile (docfile_pkey, docfileoriginalname,
> > ordernumber, versionnum, docfilecontents, docfilepath, docfileextension, enddatetime,
> > endby, editnum, insby, insdatetime, modby, moddatetime, active, doc_fkey) TO stdout;

You probably have a corrupted database.

You should get that fixed first, then you can upgrade.

Maybe you should hire a professional for that.

The other alternative is that you hava a buggy extension installed
that causes PostgreSQL to crash.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



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

Предыдущее
От: Christophe TAVERNE
Дата:
Сообщение: Unsuscribe
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Trouble Upgrading Postgres