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@bdserver avl]$ nohup pg_dump -R -O
leemail2 | gzip -c > /tmp/resp.leemail2_25_6_2002_1_00_pm.sql.gz &
[1] 25227 [avl@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@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@bdserver avl]$ Y no se a que se debe.
Atentamente,
Christian Gonzalez.
|