SV: Databases and servers - Mailing list pgsql-general

From Karl Martin Skoldebrand
Subject SV: Databases and servers
Date
Msg-id 1566375243350.81504@TechMahindra.com
Whole thread Raw
In response to Re: Databases and servers  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-general

 

On Tue, Aug 20, 2019 at 6:33 AM Karl Martin Skoldebrand <KS0C77263@techmahindra.com> wrote:

Hi,

I just discovered that a client has done this: 

They have two web applications A1 and A2. They have seperate hostnames/URLs. Both have a production and a test database A1p and A1t/ A2p and A2t.

What they've done is have both A1p and A2p on the same actual databaser server and A1t and A2t on the same server.

>Are these two PostgreSQL instances running on the same hardware, or two databases within a single PostgreSQL instance?
 
They are two databases in a Single PostgreSQL instance access by different accounts with different permissions.>
 

So, I'm thinking - if a bug in application A1 crashes the application and database badly it will risk bringing down both services A1 and A2.

>Is this a common occurrence?  Of all the occurrences of downtime in recent memory (or better yet, from incidence documentation), what were the causes of them?  Is this near the top of the list?
 
No it is not common.

>Also, are the two apps completely independent, or are they used together such that one being down makes the other one not very useful?
 
Yes they are independent on the database level. They share the same Windows application server.

The same risk would be evident on a successful security breach.

>On the other hand, more servers means more moving parts, means more opportunities for mistakes in configuration or maintenance that let breaches happen.
 
That is true.

I would prefer to A1p and A2p on seperate servers, maybe keeping A1t and A2t on the same. (This is what seems to be happening when the database servers are being repladed).

>I don't know what that last part means. 
repladed == replaced
 

What is the general thought on the current setup?

In my experience, people acting on mere conjectures about what might cause downtime in the future and how to prevent it have caused more downtime than they have prevented.
/M
Cheers,

Jeff
============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================

pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Two Postgres master process are showing - one is on and off
Next
From: Karl Martin Skoldebrand
Date:
Subject: SV: Databases and servers