Skip to content

Commit a854418

Browse files
authored
Merge branch 'main' into OSDEV-1482-moderation-event-get-should-return-single
2 parents e2d905c + ecb4bd3 commit a854418

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

deployment/environments/terraform-preprod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cloudfront_price_class = "PriceClass_All"
1313
bastion_ami = "ami-0bb3fad3c0286ebd5"
1414
bastion_instance_type = "t3.nano"
1515

16-
rds_allocated_storage = "128"
16+
rds_allocated_storage = "256"
1717
rds_engine_version = "12"
1818
rds_parameter_group_family = "postgres12"
1919
rds_instance_type = "db.m6in.8xlarge"

deployment/environments/terraform-production.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cloudfront_price_class = "PriceClass_All"
1212
bastion_ami = "ami-0bb3fad3c0286ebd5"
1313
bastion_instance_type = "t3.nano"
1414

15-
rds_allocated_storage = "128"
15+
rds_allocated_storage = "256"
1616
rds_engine_version = "12"
1717
rds_parameter_group_family = "postgres12"
1818
rds_instance_type = "db.m6in.8xlarge"

deployment/environments/terraform-test.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cloudfront_price_class = "PriceClass_All"
1313
bastion_ami = "ami-0bb3fad3c0286ebd5"
1414
bastion_instance_type = "t3.nano"
1515

16-
rds_allocated_storage = "128"
16+
rds_allocated_storage = "256"
1717
rds_engine_version = "12"
1818
rds_parameter_group_family = "postgres12"
1919
rds_instance_type = "db.t3.xlarge"

doc/release/RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4646

4747
### Architecture/Environment changes
4848
* [OSDEV-1170](https://opensupplyhub.atlassian.net/browse/OSDEV-1170) - Added the ability to automatically create a dump from the latest shared snapshot of the anonymized database from Production environment for use in the Test and Pre-Prod environments.
49+
* In light of recent instances(on 12/03/2024 UTC and 12/04/2024 UTC) where the current RDS disk storage space limit was reached in Production, the RDS storage size has been increased to `256 GB` in the Production, Test, and Pre-prod environments to accommodate the processing of larger volumes of data. The configurations for the Test and Pre-prod environments have also been updated to maintain parity with the Production environment.
4950

5051
### Bugfix
5152
* [OSDEV-1388](https://opensupplyhub.atlassian.net/browse/OSDEV-1388) - The waiter from boto3 cannot wait more than half an hour so we replaced it with our own.

0 commit comments

Comments
 (0)