Page MenuHomePhabricator

[terraform] add backups to self-host aws rds
ClosedPublic

Authored by will on Sep 23 2024, 6:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 1:43 AM
Unknown Object (File)
Fri, Nov 8, 1:42 AM
Unknown Object (File)
Fri, Nov 8, 1:33 AM
Unknown Object (File)
Fri, Nov 1, 5:36 AM
Unknown Object (File)
Fri, Oct 25, 2:38 AM
Unknown Object (File)
Mon, Oct 21, 6:09 AM
Unknown Object (File)
Oct 10 2024, 3:36 PM
Unknown Object (File)
Oct 8 2024, 7:29 PM
Subscribers

Details

Summary

A previous commit for this had to be reverted. AWS randomly chooses maintainence window times and my selected maintainence window and backup window overlapping, causing the terraform apply to fail.

This diff ensures they are specified differently.

Test Plan

terraform apply. Ensured backup modifications were completed

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Sep 23 2024, 6:49 AM
bartek added inline comments.
services/terraform/self-host/aws_db.tf
49–50 ↗(On Diff #44423)

These are UTC?

This revision is now accepted and ready to land.Sep 23 2024, 7:46 AM
services/terraform/self-host/aws_db.tf
49–50 ↗(On Diff #44423)

Yep!