Re: Can't get postmaster to restart after removing WAL files

From: Robert(dot)Farrugia(at)go(dot)com(dot)mt
To: nickf(at)ontko(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Can't get postmaster to restart after removing WAL files
Date: 2001-09-12 13:06:44
Message-ID: OFE41A1054.105B0BDC-ONC1256AC5.00475D90@go.com.mt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You can try running pg_resetxlog (situated in the contrib directory in the
source). It will reset the wal files and will allow you to restart the
postmaster. It is not the recommended way but I used in in dire
emergencies and it worked.

Normally, when you fill up the drive because of WALs, you should try to
free up 16MB. If the drive is the same as the database, you can move one
file from the database directory to another partition, create a soft link
to the file, and restart the database. Once the WAL files are removed by
the postmaster, you should stop it, and copy back the file. Try to upgrade
to 7.1.3 since it solves some issues where long transactions take up an
unordinated amount of space unecessary.

As regards to the space required by the WAL files this depends on the
configuration (postgresql.conf). There is a paramter which controls the
amount of WAL files to create (each file takes 16MB).

Hope it helps
Robert

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Nick Fankhauser 2001-09-12 14:12:40 Re: Can't get postmaster to restart after removing WAL files
Previous Message Paul Green 2001-09-12 11:22:17 Broken index? (the revenge)