Skip to content

Commit c0b24bf

Browse files
committed
Remove logical replication publishing-api prod
Description: - #3404 imported `publishing-api` Postgres 17 into Terraform so now we can remove the redundant logical replication - #3358
1 parent a8dbeb0 commit c0b24bf

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

terraform/deployments/rds/import.tf

Lines changed: 0 additions & 14 deletions
This file was deleted.

terraform/deployments/tfc-configuration/variables-production.tf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -588,22 +588,6 @@ module "variable-set-rds-production" {
588588
log_statement = { value = "all" }
589589
deadlock_timeout = { value = 2500 }
590590
log_lock_waits = { value = 1 }
591-
"rds.logical_replication" = {
592-
value = 1,
593-
apply_method = "pending-reboot"
594-
}
595-
max_wal_senders = {
596-
value = 35,
597-
apply_method = "pending-reboot"
598-
}
599-
max_logical_replication_workers = {
600-
value = 20,
601-
apply_method = "pending-reboot"
602-
}
603-
max_worker_processes = {
604-
value = 40,
605-
apply_method = "pending-reboot"
606-
}
607591
}
608592
engine_params_family = "postgres17"
609593
name = "publishing-api"

0 commit comments

Comments
 (0)