1 Answer
- Newest
- Most votes
- Most comments
0
You can perform a native backup onto a file and upload the file to S3.
BACKUP DATABASE mydatabase TO DISK = 'C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Backup\mydb-backup.bak' WITH COMPRESSION;
Please find in the doc: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-migrating.html https://www.sqlops.com/migrating-databases-to-aws-rds-a-step-by-step-guide/
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago