Merge pull request #751 from Hestia-Homes/feature/rds_bakcup

back ups
This commit is contained in:
Jun-te Kim 2026-02-27 14:56:18 +00:00 committed by GitHub
commit f1f56413c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,6 +85,12 @@ resource "aws_db_instance" "default" {
apply_immediately = true
# Set up storage type to gp3 for better performance
storage_type = "gp3"
# Automated backups configuration
backup_retention_period = 14
backup_window = "03:00-04:00"
copy_tags_to_snapshot = true
deletion_protection = true
}
# Set up the bucket that recieve the csv uploads of epc to be retrofit