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 |
|
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. |
|
You attempted to restore an encrypted backup, but didn't provide a valid encryption key. Check your encryption key and retry. For more information, see Restoring a database. |
|
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 AWS Region from your Amazon RDS DB instance. You can use Amazon S3 replication to copy the backup file to the correct AWS 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. |
|
You requested an encrypted operation, but didn't provide correct AWS KMS permissions. Verify that you have the correct permissions, or add them. For more information, see Setting up for 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. |