Re: Pg_xlog increase due to postgres crash (disk full)

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Cliff de Carteret <cliffdecarteret(at)googlemail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg_xlog increase due to postgres crash (disk full)
Date: 2013-01-22 16:15:16
Message-ID: 50FEBB14.90203@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/22/2013 07:57 AM, Cliff de Carteret wrote:
> There are no files in the pg_xlog directory from before the database
> crash except one file which ends in .backup, there are 759 files. In the
> pg_xlog/archive_status folder there are 755 files.
> The local ../wal_archive folder has no files in it at all whereas the
> remote wal_archive folder has 147 files present.

What is this local wal_archive directory?
From a previous post:

"LOG: archive command failed with exit code 1
DETAIL: The failed archive command was: test ! -f
/opt/postgres/remote_pgsql/wal_archive/00000001000000A800000078 && cp
pg_xlog/00000001000000A800000078
/opt/postgres/remote_pgsql/wal_archive/00000001000000A800000078

I see only /opt/postgres/remote_pgsql/wal_archive which I assumed was
the remote. I am not sure where the local one fits in?

>
> The remote archive folder is not full and has ~14G whereas the local
> archive folder was previously full but now it has been moved so it has 100G+
>
> The archive directory is a mount and as the user postgres I can copy a
> file into it successfully.
>
> The current setup has been working successfully for several years until
> the recent database crash

So what did you do to get the database running again?

>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cliff de Carteret 2013-01-22 16:28:51 Re: Pg_xlog increase due to postgres crash (disk full)
Previous Message Kevin Grittner 2013-01-22 16:07:40 Re: Pg_xlog increase due to postgres crash (disk full)