AWS RDS SQL server Instance database move to On -premise SQL server

S_NO 21 Reputation points
2023-04-14T15:52:53.3566667+00:00

Hi All, I know this is an SQL server forum,still let me know your thoughts and same posted in AWS forum too..awaiting an response. Issue, there is an application which is related to SQL server database with 4TB database..due to some issues... we need to migrate that database from AWS RDS instance to On premise sql server alwayson..hence would like to know. what and all need to consider - 1.inorder to move RDS database to on premise server. 2.what method we need to use move that database(4TB) to on premise SQL server. Please help and assist on this,your help much appreciated.

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-04-14T21:19:01.35+00:00

    I don't know much about RDS, but as I understand it is just SQL Server. It's not like Azure SQL Database, something special. This means that you could just take a backup of the database (WITH COMPRESSION!) and download and restore it. Although that presumes that Amazon let's you take backups. And that you can access the backup.

    Now, I am here thinking that you can take down the application for the entire period, and I will not be surprised if you tell me that this is out of the question. If take full backups combined with COPY_ONLY log backups, you may be able to cut down the downtime.

    0 comments No comments

  2. Seeya Xi-MSFT 16,586 Reputation points
    2023-04-17T07:13:12.2266667+00:00
    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.