Re: PG 10 streaming replication pg_wal question - Mailing list pgsql-admin

From bricklen
Subject Re: PG 10 streaming replication pg_wal question
Date
Msg-id CAGrpgQ8LC4O04QBT9N5uj3bf=49SQn5XNN3J=ue20kR_bS-0zw@mail.gmail.com
Whole thread Raw
In response to Re: PG 10 streaming replication pg_wal question  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-admin
On Thu, Nov 30, 2017 at 10:19 AM, Laurenz Albe wrote: > ghiureai wrote: > > can I run a checkpoint manually in master host than ? > > Yes, but that will only remove WAL files if there has > been enough activity to cause one or more WAL switches. > > You just have to wait. > ​Note that you can shorten that waiting time by executing, as a superuser: checkpoint; select pg_switch_wal();​

pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: PG 10 streaming replication pg_wal question
Next
From: koffi BADOH
Date:
Subject: Newbie looking for good tutorial to install PL/java for postgres 9.6