- Newest
- Most votes
- Most comments
Hi
Note, the Backup to URL feature to an S3-compatible object storage is only supported in SQL Server 2022, prior versions are not supported.
- You can consider some alternatives instead of the Backup Url Feature.
- You can use the Powershell script to create backup and copy the backup to s3
- or You can use system manager
-
Another alternative AWS DMS: Auditing: DMS includes some auditing, but it primarily focuses on the migration process itself (data changes, errors). It depends on the depth of auditing you require. If you need detailed auditing of backup access, modification, retention, and finer-grained activity tracking tailored specifically for backups, a dedicated backup tool or the custom auditing solution on S3 might be better.
-
use third party tools such as Cloudberry or veem many more
4.Upgrading to 2022 or newer could definitely be a viable option for your SQL Server backup scenario. https://aws.amazon.com/blogs/mt/upgrading-sql-server-using-ec2-systems-manager/
Relevant content
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
You could migrate to RDS also and then you can backup to S3 even at 2019
gary, Thanks for adding the missing piece, It would be always good option to use RDS managed instead of the managing the Ec2 stuff with SQL