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

2001-09-15 Thread GB Clark II
On Tuesday 11 September 2001 06:04, Nick Fankhauser wrote: > Hi all- > > I caused a crash by filling up the filesystem that pg_xlog lives on whilst > doing a vacuum analyze. When I looked at the remains, there were 3 WAL > files out there & no space left. > > I tried simply restarting (/etc/init.d

[ADMIN] Can't get postmaster to restart after removing WAL files

2001-09-14 Thread Nick Fankhauser
Hi all- I caused a crash by filling up the filesystem that pg_xlog lives on whilst doing a vacuum analyze. When I looked at the remains, there were 3 WAL files out there & no space left. I tried simply restarting (/etc/init.d/postgresql start) in the hopes that the mess would get cleaned, but wi

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

2001-09-12 Thread Robert . Farrugia
This depends on the type of update. If you commit the transaction regularly, files will be re-used. On the other hand, if you commit the transaction at the end like what the COPY command (pg_dump) does, extra WAL files will be created as needed (even though the limit has been reached). Regards

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

2001-09-12 Thread Nick Fankhauser
> 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. I just did an initdb as suggested by Randy since the data was easy to recreate, but this is good to know as a fallback for future si

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

2001-09-12 Thread Robert . Farrugia
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

How much space should I allocate for WAL files? (was: RE: [ADMIN] Can't get postmaster to restart after removing WAL files)

2001-09-11 Thread Nick Fankhauser
ers.home.net/rthall3 > > - Original Message - > From: "Nick Fankhauser" <[EMAIL PROTECTED]> > To: "pgsql-admin" <[EMAIL PROTECTED]> > Sent: Tuesday, September 11, 2001 7:16 AM > Subject: [ADMIN] Can't get postmaster to restart after

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

2001-09-11 Thread Randy Hall
: http://members.home.net/rthall3 - Original Message - From: "Nick Fankhauser" <[EMAIL PROTECTED]> To: "pgsql-admin" <[EMAIL PROTECTED]> Sent: Tuesday, September 11, 2001 7:16 AM Subject: [ADMIN] Can't get postmaster to restart after removing WAL file

[ADMIN] Can't get postmaster to restart after removing WAL files

2001-09-11 Thread Nick Fankhauser
Hi all- I caused a crash by filling up the filesystem that pg_xlog lives on whilst doing a vacuum analyze. When I looked at the remains, there were 3 WAL files out there & no space left. I tried simply restarting (/etc/init.d/postgresql start) in the hopes that the mess would get cleaned, but wi