How to Setup BCM DR for PASS solution.

Kamaleshkumar, Kameshwari 1 Reputation point
2022-10-20T03:42:03.847+00:00

How to Setup BCM DR for PASS solution in AZURE,

Which is the best solution for these for PASS solution to implement the BCM DR.
High availability, replication and disaster recovery options
Backup and restore policies
BCM and DR framework and strategy for AZURE best practice for PASS

Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. Kamaleshkumar, Kameshwari 1 Reputation point
    2022-10-31T08:23:28.54+00:00

    like how we Design and Configure alerting and events for backup and HA options and Perform Disaster recovery drills and tests. like that


  2. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2022-11-01T22:00:36.247+00:00

    You seem to have a very foggy notion of what PaaS is. With PaaS, things are very different from on-prem. Many of the things you ask for are being handled by the platform.

    The exact way it works depends on the cloud vendor, but since I know most about Azure I will stick with that. If you have an Azure SQL Database, it is being replicated to two other servers, so if the physical machine you are connected blows up, the service makes sure that you will fail over to any of the other replicas. And the staff at the Azure data centre will repair/replace that broken computer with a new one, and make sure that your database gets a new replica.

    However, the entire data centre may fail, and if all your databases are in the same region, you may lose access. So if you requirements for uptime does not match what the service offers, you may need to look at having your replicas in different regions. Exactly what this means, what it costs etc, is not trivial, and I'm trying to explain it, of the simple reason that I'm quite much of an Azure novice myself.

    I would recommend that you learn Azure basics first. Unfortunately, I don't have any good reference material for you. But once you understand Azure better, you will realise that the questions you ask are not really the right ones. But there is all reason to ask questions, particularly if your own SLA towards your organisation is stiff.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.