Skip to content

Commit

Permalink
Merge pull request #848 from DFE-Digital/2049-aytq-migrate-to-postgre…
Browse files Browse the repository at this point in the history
…s-16

[2049] Upgrade postgres to version 16
  • Loading branch information
saliceti authored Sep 25, 2024
2 parents a6fd9f8 + 3e5397d commit df415e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "postgres" {
use_azure = var.deploy_azure_backing_services
azure_enable_monitoring = var.enable_monitoring
azure_enable_backup_storage = var.enable_postgres_backup_storage
server_version = "14"
server_version = "16"
}

module "redis-cache" {
Expand Down

0 comments on commit df415e4

Please sign in to comment.