Troubleshooting
The following are issues you might encounter when you use native backup and restore.
Issue | Troubleshooting suggestions |
---|---|
|
Make sure that you have added the |
|
Make sure that you are using the master user when executing the stored procedure. If you encounter this error even after being logged in as the master user, it might be due to the admin user permissions being misaligned. To reset the master user, use the Amazon Web Services Management Console. See Resetting the db_owner role membership for master user for Amazon RDS for SQL Server. |
|
Make sure that you are using the master user when executing the stored procedure. If you encounter this error even after being logged in as the master user, it might be due to the admin user permissions being misaligned. To reset the master user, use the Amazon Web Services Management Console. See Resetting the db_owner role membership for master user for Amazon RDS for SQL Server. |
|
The backup or restore process can't access the backup file. This is usually caused by issues like the following:
|
|
Compressing your backup files is only supported for Microsoft SQL Server Enterprise Edition and Standard Edition. For more information, see Compressing backup files. |
|
If you attempt to back up your database and provide the name of a file that already exists, but set the overwrite property to false, the save operation fails. To fix this error, either provide the name of a file that doesn't already exist, or set the overwrite property to true. For more information, see Backing up a database. It's also possible that you intended to restore your database, but called the For more information, see Restoring a database. If you intended to restore your database and called the
For more information, see Using native backup and restore. |
|
You can't back up to, or restore from, an Amazon S3 bucket in a different Amazon Region from your Amazon RDS DB instance. You can use Amazon S3 replication to copy the backup file to the correct Amazon Region. For more information, see Cross-Region replication in the Amazon S3 documentation. |
|
Verify that you have provided the correct ARN for your bucket and file, in the correct format. For more information, see Using native backup and restore. |
|
Reduce the number of files that you're trying to restore from. You can make each individual file larger if necessary. |
|
You can't restore a database with the same name as an existing database. Database names are unique. |