fixx
Well-Known Member
Hi Guys
I am trying to dump a PostgreSQL database for a client to see if I can restore it on another machine. Unfortunately my dump fails with the following erroer:
I have tried dumping the database on the local server and from a remote server with the same result.
This is the kernel version of the server:
This is the version of Ubuntu:
And the version of PostgreSQL:
This is the command I use to dump the database (I have tried plain text and directory mode):
pg_dump -Fd -f domino_dump -v -h 192.168.1.4 -U MY_USERNAME domino
The dump runs for a while and then echo's this to stdout:
The above libc error is logged on the Ubuntu server's syslog file.
Thanks in advance for the help.
I am trying to dump a PostgreSQL database for a client to see if I can restore it on another machine. Unfortunately my dump fails with the following erroer:
Jun 12 10:56:03 vvvsvr kernel: [250150.751413] postgres[13790]: segfault at 9638000 ip b7253c03 sp bfa4c328 error 4 in libc-2.15.so[b7119000+1a4000]
I have tried dumping the database on the local server and from a remote server with the same result.
This is the kernel version of the server:
Linux vvvsvr 3.5.0-44-generic #67~precise1-Ubuntu SMP Wed Nov 13 16:20:03 UTC 2013 i686 i686 i386 GNU/Linux
This is the version of Ubuntu:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
And the version of PostgreSQL:
psql (9.1.15)
This is the command I use to dump the database (I have tried plain text and directory mode):
pg_dump -Fd -f domino_dump -v -h 192.168.1.4 -U MY_USERNAME domino
The dump runs for a while and then echo's this to stdout:
pg_dump: Dumping the contents of table "etl_drconsults_visitrecon" failed: PQgetCopyData() failed.
pg_dump: Error message from server: SSL SYSCALL error: EOF detected
The above libc error is logged on the Ubuntu server's syslog file.
Thanks in advance for the help.