Skip to content

Commit 06a26d1

Browse files
committed
chore: update PostgreSQL version references to 17 across configs, Dockerfiles, and scripts
- Changed major_version from 15 to 17 in multiple config files for various environments - Updated Dockerfile to use postgres:17 and related build scripts for new image - Modified Atlas setup to rely on custom postgres:17-pgmq image - Adjusted database type definitions for compatibility with PostgreSQL 17 - Updated compose files to reference the new PostgreSQL 17 image - Added note in documentation about PostgreSQL 17 support and migration guidance
1 parent ea265ed commit 06a26d1

File tree

18 files changed

+1590
-170
lines changed

18 files changed

+1590
-170
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@pgflow/core': minor
3+
'@pgflow/client': minor
4+
'@pgflow/edge-worker': minor
5+
'@pgflow/website': minor
6+
---
7+
8+
Upgrade PostgreSQL 17 and Supabase CLI 2.54.11. Removes strict version pins for Docker images and PGMQ extension to use latest compatible versions.

0 commit comments

Comments
 (0)