Error haciendo un respaldo!!

From: "Christian Gonzalez" <christiangda(at)cantv(dot)net>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Error haciendo un respaldo!!
Date: 2002-06-25 18:41:17
Message-ID: 020a01c21c77$e7aa9f80$c002a8c0@mapguide3
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Espero que todos se encuentren bien.

El problema es el siguiente:
He estado trabajando con postgresql desde hace 2 años, actualmente estoy trabajando con la version 7.1.3 sobre RedHat 7.1. Tengo una base de datos que funciona para un sistema de seguimiento vehicular (AVL) desde hace ya 1 año. Esta base de datos tiene comprimida unos 180 MB y siempre he hecho respado sin ningun problema, hasta hace pocos dias. El error que me da es el siguiente:

[avl(at)bdserver avl]$ nohup pg_dump -R -O leemail2 | gzip -c > /tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[1] 25227
[avl(at)bdserver avl]$ jobs
[1]+ Running nohup pg_dump -R -O leemail2 | gzip -c >/tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[avl(at)bdserver avl]$ ERROR: MemoryContextAlloc: invalid request size 4294967293
PQendcopy: resetting connection
SQL query to dump the contents of Table 'datamailentrada_historico' did not execute correctly. After we read all the table contents from the backend, PQendcopy() failed. Explanation from backend: ''.
The query was: 'COPY "datamailentrada_historico" TO stdout;
'.

[1]+ Done nohup pg_dump -R -O leemail2 | gzip -c >/tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz
[avl(at)bdserver avl]$

Y no se a que se debe.

Atentamente,
Christian Gonzalez.

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-06-25 18:42:01 Bug #698: Error haciendo Backup con pg_dump!!
Previous Message Bruce Momjian 2002-06-25 17:42:19 Re: Bug #693: python interface doesn't handle int8 correctly.