[GENERAL] Begginers question - Mailing list pgsql-general

From Alex Samad
Subject [GENERAL] Begginers question
Date
Msg-id CAJ+Q1PX2QYDYuAux9oM4a6Lz0tzoU+N97DNpF-S6EbXCidDe8Q@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] Begginers question  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-general
Hi

So I have been playing with an streaming  cluster. I have the replication working I believe.

But whilst attempting to do an import of my original DB, I filled up my disk pg_xlog directory.

Strangley I have tried this before and not filled this up.

so 
1) why did it fill up this time and not previously
I add this
archive_command = '/bin/true'
wal_keep_segments = 1000 # <<< I'm guessing its this

2) how do I fix up, can I just remove the files from the pg_xlog directory 

A

pgsql-general by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [GENERAL] WAL replication wrong collate
Next
From: Alex Samad
Date:
Subject: Re: [GENERAL] cluster question