Skip to content

Commit 263dd55

Browse files
committed
chore(deps)!: upgrade postgres to v18
1 parent 8685680 commit 263dd55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/development/stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ services:
332332
POSTGRES_DB_FILE: /run/secrets/postgres_db
333333
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
334334
POSTGRES_USER_FILE: /run/secrets/postgres_user
335-
image: postgis/postgis:17-3.5-alpine
335+
image: postgis/postgis:18-3.6-alpine
336336
ports: #DARGSTACK-REMOVE
337337
- 5432:5432 #DARGSTACK-REMOVE
338338
secrets:
@@ -345,7 +345,7 @@ services:
345345
# - net.ipv4.tcp_keepalive_intvl=30
346346
# - net.ipv4.tcp_keepalive_probes=10
347347
volumes:
348-
- postgres_data:/var/lib/postgresql/data/
348+
- postgres_data:/var/lib/postgresql/
349349
prometheus:
350350
# You can access the metrics monitoring at [prometheus.localhost](https://prometheus.localhost/).
351351
deploy:
@@ -394,15 +394,15 @@ services:
394394
POSTGRES_DB_FILE: /run/secrets/postgres_db
395395
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
396396
POSTGRES_USER_FILE: /run/secrets/postgres_user
397-
image: pgvector/pgvector:0.8.1-pg17
397+
image: pgvector/pgvector:0.8.1-pg18
398398
ports: #DARGSTACK-REMOVE
399399
- 5433:5432 #DARGSTACK-REMOVE
400400
secrets:
401401
- postgres_db
402402
- postgres_password
403403
- postgres_user
404404
volumes:
405-
- reccoom_postgres_data:/var/lib/postgresql/data/
405+
- reccoom_postgres_data:/var/lib/postgresql/
406406
redpanda:
407407
# You can access the event streaming platform's ui as described under `redpanda-console`.
408408
command:

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- postgres_password
5757
- postgres_user
5858
volumes:
59-
- postgres_data:/var/lib/postgresql/data/
59+
- postgres_data:/var/lib/postgresql/
6060
- ../production/backups/postgres/:/backups/
6161
prometheus:
6262
deploy:

0 commit comments

Comments
 (0)