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