Skip to content

Commit

Permalink
Merge pull request #117 from serlo/upgrades
Browse files Browse the repository at this point in the history
Upgrade postgresql peu a peu and kratos
  • Loading branch information
hugotiburtino authored Nov 7, 2024
2 parents 34d3a04 + 1bee3a7 commit e31f295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions envs/terraform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ terraform_apply_without_downloading_secrets:
terraform fmt -recursive
terraform apply -var-file secrets/terraform-$(env_name).tfvars

.PHONY: terraform_destroy
terraform_destroy:
terraform fmt -recursive
terraform destroy -var-file secrets/terraform-$(env_name).tfvars

.PHONY: terraform_download_secrets
terraform_download_secrets:
rm -rf secrets
Expand Down
2 changes: 1 addition & 1 deletion modules/gcloud/gcloud_postgres/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_sql_database_instance" "db" {
name = var.database_instance_name
database_version = "POSTGRES_9_6"
database_version = "POSTGRES_12"
region = var.database_region

lifecycle {
Expand Down

0 comments on commit e31f295

Please sign in to comment.