Re: Doubts about replication..

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Doubts about replication..
Date: 2018-04-19 18:33:29
Message-ID: 31d48ed7-2c92-3776-625a-cb153885ac6d@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 19.04.2018 um 19:57 schrieb Edmundo Robles:
> I will use replication as simple backup.

please keep in mind, replication is not a backup. All logical errors on
the master (delete from table and forgot the where-condition) will
replicated to the standby.

Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-04-19 18:40:25 Re: Problem with trigger makes Detail record be invalid
Previous Message Adrian Klaver 2018-04-19 18:32:50 Re: Doubts about replication..