RDS native backup to S3 does not change Lifecycle status (remains 0%)

0

Everything is set for the backup of RDS to S3. But when executed :

exec msdb.dbo.rds_backup_database @source_db_name='altahrirVersion', @s3_arn_to_backup_to= 'arn:aws:s3:::mumbaisqlserverbakup1/back1.bak', @overwrite_S3_backup_file=1;

the % complete remained as 0% till next day

Then I used:

exec msdb.[dbo].[rds_cancel_task] @task_id= 1

the task now shows: CANCEL_REQUESTED and 0%

Now i am stuck. I cannot create a new backup or cancel the standing one!

Please help me Thanks

asked 2 years ago415 views
1 Answer
0
Accepted Answer

It worked. I had to rebuild the options group and let it make its own new IAM role

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions