Postgres 9.6 Streaming Replication on Solaris 10

From: <rich(at)salepointdata(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres 9.6 Streaming Replication on Solaris 10
Date: 2016-12-18 17:40:33
Message-ID: 20161218104033.c02d0d5e78ab67c32aeb842150582eab.e0d19a17a1.wbe@email17.godaddy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<html><body><span style="font-family:Verdana; color:#000; font-size:10pt;"><div>Hello List,</div><div>&nbsp;&nbsp;&nbsp; I am setting up Postgres 9.6 for streaming replication.&nbsp; The OS is Solaris X86&nbsp; I downloaded the postgres solaris binaries from the Postres site and installed on 2 instances of Solaris 10.&nbsp; I then used pg_dumpall to load the master server with data from our devel0pment server.&nbsp; That all worked as advertised and was checked using pgAdmin Version 4.&nbsp; No problems.&nbsp; I then setup up the standby configuration and the master configuration and then used pg_basebackup from the standby to initialize its data.&nbsp; Works, not a problem and verified using pgAdmin Version 4 that the data was there and read only.&nbsp; However when a change was made on the master it does not appear on the standby.&nbsp; A check of the standby server.log revealed the following message:</div><div><br></div><div>
</div><div style="margin-bottom: 0in; line-height: 100%">FATAL: could not
load library "/usr/postgres/9.6-pgdg/lib/<a href="http://libpqwalreceiver.so">libpqwalreceiver.so</a>":
<a href="http://ld.so">ld.so</a>.1: postgres: fatal: relocation error: file
/usr/postgres/9.6-pgdg/lib/<a href="http://libpqwalreceiver.so">libpqwalreceiver.so</a>: symbol
PQconnectdbParams: referenced symbol not found</div><div style="margin-bottom: 0in; line-height: 100%"><br></div><div style="margin-bottom: 0in; line-height: 100%">The message repeats until the database is shutdown and restarted and then appears if a change is made on the master.&nbsp; I think it is strange that this error is occurring on what appears to be a functioning installation of postgres 9.6 on Solaris 10.&nbsp; Did I miss a configuration setting?</div><div style="margin-bottom: 0in; line-height: 100%"><br></div><div style="margin-bottom: 0in; line-height: 100%">Thanks in advance for any guidance on this issue.<br></div><div style="margin-bottom: 0in; line-height: 100%"><br></div><div></div><div><br></div><div>Rich Rutkowski</div><div><br></div><div><a href="mailto:rich(at)salepointdata(dot)com">rich(at)salepointdata(dot)com</a></div><div><br></div></span></body></html>

Attachment Content-Type Size
unknown_filename text/html 2.1 KB

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Torsten Förtsch 2016-12-18 20:07:03 streaming replication protocol in Perl?
Previous Message Bruce Momjian 2016-12-17 23:25:56 Re: About the MONEY type