SV: Databases and servers

From: Karl Martin Skoldebrand <KS0C77263(at)TechMahindra(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: SV: Databases and servers
Date: 2019-08-21 08:11:25
Message-ID: 1566375243350.81504@TechMahindra.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 20, 2019 at 6:33 AM Karl Martin Skoldebrand <KS0C77263(at)techmahindra(dot)com<mailto:KS0C77263(at)techmahindra(dot)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. ============================================================================================================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karl Martin Skoldebrand 2019-08-21 08:18:23 SV: Databases and servers
Previous Message Laurenz Albe 2019-08-21 07:34:43 Re: Two Postgres master process are showing - one is on and off