Skip to content

Commit a0ba672

Browse files
authored
chore: upgrade db to 15 (#1663)
1 parent 680179c commit a0ba672

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
postgres:
33
container_name: database
4-
image: postgis/postgis:14-3.3
4+
image: postgis/postgis:15-3.5
55
# Fix warning message on arm64 machines
66
platform: linux/amd64
77
healthcheck:
@@ -25,7 +25,7 @@ services:
2525
- local
2626
postgres-test:
2727
container_name: database_test
28-
image: postgis/postgis:14-3.3
28+
image: postgis/postgis:15-3.5
2929
# Fix warning message on arm64 machines
3030
platform: linux/amd64
3131
healthcheck:

infra/postgresql/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
5151

5252
resource "google_sql_database_instance" "db" {
5353
name = var.postgresql_instance_name
54-
database_version = "POSTGRES_14"
54+
database_version = "POSTGRES_15"
5555
region = var.gcp_region
5656
# This property protects the DB from deletion only for terraform commands
5757
# settings.deletion_protection_enabled protects the DB from deletion in the GCP console and GCP API

0 commit comments

Comments
 (0)