DELETE OLD LOG FILES ON AWS RDS

0

Is there a way to delete old log files and old backup logs from AWS RDS ? I am getting an alert "Storage size 200 GB is approaching the maximum storage ".

On the ON-Premise databases, we would go on the database server and delete old files, what is the solution provided by AWS RDS, Oracle

raja
已提问 1 年前1085 查看次数
1 回答
2

hi,

One of the options is to use RMAN tasks on Amazon RDS to backup and move the file to Amazon S3. The procedure to do so is here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.RMAN.html. RMAN can be used to backup archived redo logs to Amazon S3. You can create a script that connects to the RDS instance and uses RMAN to backup the logs to S3. You can then schedule this script to run periodically using the operating system's scheduler (e.g., cron on Linux)

Thanks Arun

AWS
Arun
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则