Juan escribió: > Amigos > > al enviar el comando > /usr/local/pgsql/bin/pg_dump -vv -U postgres -Ft -f > /tmp/backup-29-04-10.tar basebackupear > > me sale el sig error; > > pg_dump: dumping contents of table marca > pg_dump: Dumping the contents of table "marca" 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.
Examina el log del servidor. Probablemente se cae debido a datos corruptos. Debería haber un reporte, aunque probablemente breve; para obtener más detalles necesitas un archivo "core" del proceso que se cae, y examinar el backtrace con GDB. -- Alvaro Herrera http://www.amazon.com/gp/registry/3BP7BYG9PUGI8 "Aprender sin pensar es inútil; pensar sin aprender, peligroso" (Confucio) - Enviado a la lista de correo pgsql-es-ayuda ([email protected]) Para cambiar tu suscripción: http://www.postgresql.org/mailpref/pgsql-es-ayuda
