| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | Jov <amutu(at)amutu(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Linux replication to FreeBSD problem |
| Date: | 2014-08-20 15:17:00 |
| Message-ID: | 53F4BBEC.6000806@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 08/20/2014 07:53 AM, Jov wrote:
> I setup a PG 9.3.5 master on CentOS 6 x86_64,and 2 screaming replicaton
> slaves,one on CentOS6 x86_64,the other on FreeBSD 10 amd64.
> The replication work fine for a week,But today I find a problem on sql
> running on FreeBSD:simple sql use index do not return result.If I
> disable the index ,use seqscan,then I can get correct result.
>
> So,Is this a un-support replication method?
https://wiki.postgresql.org/wiki/Binary_Replication_Tutorial#5_Minutes_to_Simple_Replication
You must have the right setup to make this work:
2 servers with similar operating systems (e.g both Linux 64-bit).
I would say FreeBSD is not similar enough to Linux(CentOS) to make this
work reliably with binary replication.
>
> Jov
> blog: http:amutu.com/blog <http://amutu.com/blog>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-08-20 15:36:31 | Re: Linux replication to FreeBSD problem |
| Previous Message | Jov | 2014-08-20 14:53:19 | Linux replication to FreeBSD problem |