Some possible scenario of my last problem. 1. Everything was working fine 2. Server get out of space on the Postgres installation disk 3. Some body try to stop and restart the Postgres due to inconvenientes with related services (ignoring the out of space problem) 4. Postgres server doesn’t respond to the windows service STOP command and this people kill postgres processes 5. The “Some body” try to start again the postgres service, Postgres maybe try to repair last abrupt shutdown but has no space to do anything 6. Steps 4 & 5 maybe was repeated many times We plan to upgrade to version 9.1, do you know if file result of the pg_dump in 8.3 can be restored in 9.1? Thanks! De: Craig Ringer [mailto:ringerc@xxxxxxxxxxxxx] On 06/25/2012 12:40 PM, Anibal David Acosta wrote:
Change that to: When I login into the server the disk used by Postgres installation was without space (0Bytes available). OK, so you probably do just have xlogs that're cut short. So long as nobody tried to "fix" the problem by deleting things out of the PostgreSQL data directory I expect you'll be OK. Right now I am making a file-level copy of the entire postgres folder in order to run some corruption recover method Great. |