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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ