Re: PostgreSQL-11 Streaming Replication Slave Recovering

2019-03-22 Thread Michael Paquier
On Fri, Mar 22, 2019 at 12:07:27PM +0300, Ali Mumcu wrote: > when on master create new wal_file(like *00010009)* and > then on slave this is updating on slave like "*startup recovering > 00010009* " > > Is that a problem or not i dont know? That's normal. Fr

Re: PostgreSQL-11 Streaming Replication Slave Recovering

2019-03-22 Thread Ali Mumcu
Also this is postgresql Log(Debug1 level) . after i restart slave node this logs accours. /var/lib/pgsql/11/data/log/postgresql-Fri.log 2019-03-22 12:17:57.869 +03 [31760] LOG: redo starts at 0/C98 2019-03-22 12:17:57.869 +03 [31760] LOG: consistent recovery state reached at 0/CD0 *2019-0

PostgreSQL-11 Streaming Replication Slave Recovering

2019-03-22 Thread Ali Mumcu
Hello Friends, I wanna to create Streaming Replication with 2 Node(1 Master, 1 Slave) After i create streaming replication, streaming is okay , and than when i add new record on master , than on slave records occurs autamaticly. but When i look service status on slave server i "see startup reco