Troubleshooting access to transaction log backups
The following are issues you might encounter when you use the stored procedures for access to transaction log backups.
Stored Procedure | Error Message | Issue | Troubleshooting suggestions |
---|---|---|---|
rds_tlog_copy_setup |
|
Automated backups are not enabled for the DB instance. |
DB instance backup retention must be enabled with a retention of at least one day. For more information on enabling automated backups and configuring backup retention, see Backup retention period. |
rds_tlog_copy_setup |
|
An internal error occurred. |
Reconnect to the RDS endpoint and run the |
rds_tlog_copy_setup |
|
The stored procedure was attempted within a transaction using |
Avoid using |
rds_tlog_copy_setup |
|
An incorrect value was provided for the input parameter |
Ensure the input parameter |
rds_tlog_copy_setup |
|
The |
Enable the |
rds_tlog_copy_setup |
|
An |
Ensure the input parameter |
rds_tlog_copy_setup |
|
The input parameter |
Ensure the input parameter |
rds_tlog_copy_setup |
|
The |
To modify the Amazon S3 bucket value for access to transaction log backups, provide a different |
rds_tlog_copy_setup |
|
There was an unspecified error while generating credentials to enable access to transaction log backups. |
Review your setup configuration and try again. |
rds_tlog_copy_setup |
|
Only two tasks may run at any time. There are pending tasks awaiting completion. |
View pending tasks and wait for them to complete. For more information on monitoring task status, see Tracking the status of tasks. |
rds_tlog_backup_copy_to_S3 |
|
Only one copy task may run at any time for a given database. There is a pending copy task awaiting completion. |
View pending tasks and wait for them to complete. For more information on monitoring task status, see Tracking the status of tasks. |
rds_tlog_backup_copy_to_S3 |
|
None of the three parameter sets were provided, or a provided parameter set is missing a required parameter. |
You can specify either the time, lsn, or sequence ID parameters. One set from these three sets of parameters are required. For more information on required parameters, see Copying transaction log backups. |
rds_tlog_backup_copy_to_S3 |
|
Automated backups are not enabled for the DB instance. |
For more information on enabling automated backups and configuring backup retention, see Backup retention period. |
rds_tlog_backup_copy_to_S3 |
|
The value provided for input parameter |
Use the correct database name. To list all databases by name, run |
rds_tlog_backup_copy_to_S3 |
|
The value provided for input parameter |
The following databases are not allowed to be used with access to transaction log backups: |
rds_tlog_backup_copy_to_S3 |
|
The value provided for input parameter |
Use the correct database name. To list all databases by name, run |
rds_tlog_backup_copy_to_S3 |
|
Automated backups are not enabled for the DB instance. |
For more information on enabling automated backups and configuring backup retention, see Backup retention period. |
rds_tlog_backup_copy_to_S3 |
|
An internal error occurred. |
Reconnect to the RDS endpoint and run the |
rds_tlog_backup_copy_to_S3 |
|
Multiple parameter sets were provided. |
You can specify either the time, lsn, or sequence ID parameters. One set from these three sets of parameters are required. For more information on required parameters, see Copying transaction log backups. |
rds_tlog_backup_copy_to_S3 |
|
The stored procedure was attempted within a transaction using |
Avoid using |
rds_tlog_backup_copy_to_S3 |
|
There are no available transactional log backups for the provided input parameters that fit in the copy retention window. |
Try again with a valid set of parameters. For more information on required parameters, see Copying transaction log backups. |
rds_tlog_backup_copy_to_S3 |
|
There was an issue detected with the provided S3 bucket or its policy permissions. |
Confirm your setup for access to transaction log backups is correct. For more information on setup requirements for your S3 bucket, see Requirements. |
rds_tlog_backup_copy_to_S3 |
|
The stored procedure was attempted on a RDS read replica instance. |
Connect to the RDS primary DB instance to run the |
rds_tlog_backup_copy_to_S3 |
|
The value provided for input parameter |
Ensure the value provided for input parameter |
rds_tlog_backup_copy_to_S3 |
|
The |
Ensure the account running the stored procedure is permissioned with the |
rds_tlog_backup_copy_to_S3 |
|
The value provided for input parameter |
Ensure the value provided for input parameter |
rds_tlog_backup_copy_to_S3 |
|
The |
Enable the |
rds_tlog_backup_copy_to_S3 |
|
The value provided for input parameter |
Ensure the value provided for input parameter |
rds_tlog_backup_copy_to_S3 |
|
There may be an issue with the Amazon S3 bucket permissions, or the Amazon S3 bucket provided is in another account or Region. |
Ensure the Amazon S3 bucket policy permissions are permissioned to allow RDS access. Ensure the Amazon S3 bucket is in the same account and Region as the DB instance. |
rds_tlog_backup_copy_to_S3 |
|
When storage encryption is not enabled on the DB instance, the input parameter |
Do not provide an input parameter for |
rds_tlog_backup_copy_to_S3 |
|
When storage encryption is enabled on the DB instance, the input parameter |
Provide an input parameter for |
rds_tlog_backup_copy_to_S3 |
|
The access to transaction log backups setup procedure was not completed before attempting to run the |
Run the |