Skip to content

Commit

Permalink
Merge pull request #6309 from connext/increase-replica-storage
Browse files Browse the repository at this point in the history
fix: increase replica storage
  • Loading branch information
wanglonghong authored Jul 16, 2024
2 parents 0d5c8da + 6bfcc3a commit 0772d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module "cartographer_db_replica" {
depends_on = [module.cartographer_db]
replica_identifier = "rds-postgres-cartographer-replica-${var.environment}"
instance_class = "db.t4g.2xlarge"
allocated_storage = 150
allocated_storage = 250

name = module.cartographer_db.db_instance_name
username = module.cartographer_db.db_instance_username
Expand Down

0 comments on commit 0772d22

Please sign in to comment.