DoSomething / infrastructure

🐄 DoSomething.org's infrastructure, managed by Terraform.
MIT License
3 stars 2 forks source link

Upping Quasar QA storage since it ran out. #218

Closed sheyd closed 4 years ago

sheyd commented 4 years ago

What's this PR do?

We ran out of storage space on Quasar QA while attempting a refresh from Prod. Upping the storage to match Production values.

How should this be reviewed?

We'll see if it can upgrade the storage while in storage-full status. No other troubleshooting has been successful since we can't even connect to the server.

Any background context you want to provide?

...

Relevant tickets

References Pivotal #170705217.

Checklist

DFurnes commented 4 years ago

This change will not take effect immediately:

Changes to a DB instance can occur when you manually change a parameter, such as allocated_storage, and are reflected in the next maintenance window. Because of this, Terraform may report a difference in its planning phase because a modification has not yet taken place.

You can then apply the queued changes immediately via the AWS CLI:

aws rds modify-db-instance --db-instance-identifier quasar-qa --apply-immediately
sheyd commented 4 years ago

@DFurnes Thanks for the reminder on this 😄 !