Skip to content

which is Best database mirroring,Always on high availability or log shipping

0

I have two sql servers hosted in two diffrent ec2. one is sql server 2019 and another one is sql server 2022 both are standard edition. i am planning to do HA and DR setup for this . which approach i need to follow database mirroring,Always on high availability or log shipping?

2 Answers
1
Accepted Answer

Hello Naziya,

The answer to your question depends on the application and business requirements such as - what kind of RTO/RPO is desired, whether you need manual or automated failover, read requirements along with the cost factor. Also, you will need to be aware that Microsoft has deprecated the database mirroring feature and is not a recommended option from Microsoft when considering newer versions of SQL servers.

There are some key differences between log shipping and Always on availability groups which you will need to consider for making the right choice as per the requirements.

For guidance, refer the below documentations -

  1. Best Practices for MS SQL server on Amazon EC2 - HA and DR
  2. Choosing between different options with cost consideration
  3. High Availability options

I hope you find this useful and chose the appropriate option.

AWS

answered 2 years ago

EXPERT

reviewed 2 years ago

  • Thank you Mrityunjay Singh. we are planning to do database Mirroring. is this possible to configure databse mirroring because i have 2 different versions of sql server.

0

Hi Naziya, Microsoft SQL server mirroring has a certain pre-requisites to be met, please refer the relevant Microsoft documentation to be aware of these. Hope that is helpful.

AWS

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.