error pg_dump

From: Miguel <mmiranda(at)123(dot)com(dot)sv>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: error pg_dump
Date: 2005-10-28 22:50:12
Message-ID: 4362AB24.7090201@123.com.sv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola, tengo un problema para hacer funcionar el pg_dump, la base datos
se me murio con un error critico porque el servidor se reinicio por un
fallo de hardware, al querer levantar postgres me daba un error, no me
acuerdo del mensaje pero se arreglo con pg_resetxlog, en la
documentacion sugeria hacer el dump/reload para asegurar la consistencia
de la base de datos, pero el dump de ma el siguiente error

pg_dump: ERROR: xlog flush request 98/DB198964 is not satisfied ---
flushed only to 98/B9C1B9C
CONTEXT: writing block 15247 of relation 1663/17231/66349469
pg_dump: SQL command to dump the contents of table "callgen" failed:
PQendcopy() failed.
pg_dump: Error message from server: ERROR: xlog flush request
98/DB198964 is not satisfied --- flushed only to 98/B9C1B9C
CONTEXT: writing block 15247 of relation 1663/17231/66349469
pg_dump: The command was: COPY public.callgen (id, username, telefono,
procesado) TO stdout;

Que podria estar pasando?

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Luis Fernando Curiel Cabrera 2005-10-28 23:00:59 CONSULTAS A DOS TIPOS DE BASES DE DATOS DISTINTAS
Previous Message L.I. Miguel Angel Mejía Argueta 2005-10-28 22:35:55 Re: como puede recuperar database borrada