From: | Ali Mumcu <alimumcu1077(at)gmail(dot)com> |
---|---|
To: | pgsql-tr-genel(at)postgresql(dot)org |
Subject: | Postgresql-Streaming replication |
Date: | 2019-03-22 08:49:22 |
Message-ID: | CAByegeK9aETqSzKwvxSMLse8V33FV1-3HJ6Hf0W4xJO5VG9XwA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-tr-genel |
Merhaba Arkdaşlar,
Postgresql11 ile 1 adet master ve 1 adet slave olmak üzere streaming
replication kuruyorum , fakat slave node service statusta "starting
Recovering 0000000000000008" ifadesi görüyorum.
bu ifadeyi görmem normal midir?
Master sunucudaki en son oluşturulan wal log dosyası yenilendikce ,
slave deki bu ifade de en son wal log dosyasını gösteriyor.
Master ve Slave'de Postgresql.conf dosyası:
listen_addresses = '*'
wal_level = replica
synchronous_commit = on
max_wal_senders = 10
wal_keep_segments = 64
hot_standby = on
hot_standby_feedback = on
Slave , recovery.conf dosyası:
standby_mode = on
primary_conninfo = 'host=master_ip user=user password=password
application_name=slave'
recovery_target_timeline = 'latest'
ayrıca master da herhangi bir kayıt eklediğimde, slave' de hemen
oluşuyor herhangi bir problem görünmüyor.
strace ile processi kontrol ettiğimde aşağıdaki uyarıyı gorumuyorum
ama konuyla alakalı mı yoksa normal bir durummu anlamadım.
read(7, 0x7ffd7edc3057, 1) = -1 EAGAIN (Resource
temporarily unavailable)
Attachment | Content-Type | Size |
---|---|---|
|
image/png | 67.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | M.Atıf CEYLAN | 2019-03-25 09:10:05 | Re: Postgresql-Streaming replication |
Previous Message | Metin Güler | 2019-03-14 14:50:24 | Re: Postgresql 11 - Büyük Boyutlu Tablo Ölçeklendirme |