1 Answer
- Newest
- Most votes
- Most comments
0
As I understand, you want to migrate Microsoft Sql database from on-prem to AWS RDS and you are not sure about the next steps to be followed after uploading the backups to S3 bucket.
Once the upload is done successfully, the next step is to Restore the databases in Amazon RDS for Sql Server. There are certain steps to be followed in order to achieve that. I suggest you to please refer this documentation. It has step-by-step information that will help you in restoring the backup database from S3 to RDS.
This, link might also be helpful to you. If you face any problems or need further assistance while migrating your databases then it would be better to reach out to any DMS engineer of AWS Premium Support.
Relevant content
- asked 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Nopes, We know how to restore from S3 file, our question is regarding how to take backup of any sql server from remote machine, if we dont have access to database machine, server in that case how you will take the backup..
I think what you are saying is possible with the help of Microsoft SQL Server Management Studio. I have found an online source that has a similar use case as that of yours: https://stackoverflow.com/questions/3942207/how-can-i-backup-a-remote-sql-server-database-to-a-local-drive Please check if this works for you or not.