Thank you everyone for ther help.
I can confirm that my issue has now been resolved.
Just to recap:
Regards,
Michael
From: Shreeyansh Dba <shreeyansh2014@xxxxxxxxx>
Sent: Friday, 22 February 2019 9:26 PM To: Michael King Cc: pgsql-admin Subject: Re: Removing archived wal files on Master Hi Michael,
I suspect that your DB parameters are set to default and database is not running in an archive mode as archive_mode = off , I believe PostgreSQL won't write archives when archive_mode is off and WAL archival cannot be enabled when wal_level is "minimal". I assume the existing 200GB worth of archived wal files are old where you can verify by checking the timestamp of the Wal files and remove. If you want to disable/enable archive_command you can simply comment/uncomment parameter and reload the server to affect but for
enabling archive_mode = on server required a restart.
On Fri, Feb 22, 2019 at 4:49 PM Michael King <michaelbking@xxxxxxxxxxx> wrote:
|