PostgreSQL streaming replication doubt - Mailing list pgsql-hackers

From ghanshyamb
Subject PostgreSQL streaming replication doubt
Date
Msg-id 1442386434376-5866105.post@n5.nabble.com
Whole thread Raw
List pgsql-hackers
Hi Team,

I am working towards using PostgreSQL 9.3 streaming replication feature for
Two servers say primary and secondary.
Looking at the documentation I have doubt, please help me to understand.

Documentation says, Hardware need not be exactly the same, but experience
shows that maintaining two identical systems is easier than maintaining two
dissimilar ones over the lifetime of the application and system. In any case
the hardware architecture must be the same— shipping from, say, a 32-bit to
a 64-bit system will not work

Does this mean it is mandatory same 32 bit processor as well as 32 bit OS on
both servers?
Can replication work if primary has 64 bit processor and 32 bit OS, whereas
secondary has 32 bit processor and 32 bit OS ?
(Consider same PostgreSQL version installation on both servers)





--
View this message in context: http://postgresql.nabble.com/PostgreSQL-streaming-replication-doubt-tp5866105.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Sequence Access Method WIP
Next
From: Simon Riggs
Date:
Subject: Re: synchronous_commit = apply