Re: Doubts about replication from many servers

From: Edilmar LISTAS <edilista(at)intersite(dot)com(dot)br>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Doubts about replication from many servers
Date: 2016-10-24 17:13:58
Message-ID: 461517c8-5a8f-823c-87db-93048a6e455e@intersite.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Em 21-10-2016 13:48, Adrian Klaver escreveu:
> On 10/21/2016 08:09 AM, Edilmar LISTAS wrote:
>> Hi,
>>
>> I have 4 PG servers where each one runs many databases.
>>
>> Now, I would like to create just one PG backup server to replicate all
>> the databases from 4 PG servers, is it possible? Or Do I need to create
>> 4 PG backup servers?
>
> More information is needed:
>
> 1) Are all 4 PG servers the same version, on the same OS, same chip
> architecture?

Right, 4 PG main servers with same version/OS/arch.

>
> 2) What replication method do you want to use?
>

Just to create a backup "big" PG server.
I think the suggestion from Walter Cachique in another message about to
use one different port for each backup server, and configure 4 backups
may be a good solution.

>>
>> And if some PG server goes down, how to recovery the system from PG
>> backup after I reconfigure the PG original server?
>>
>>
>>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message CS DBA 2016-10-24 17:38:11 Re: checkpoint write errors ( getting worse )
Previous Message Kevin Grittner 2016-10-24 15:07:38 Re: SERIALIZABLE and INSERTs with multiple VALUES