Skip to content

Commit 895d668

Browse files
committed
feat: add PG 17.7
1 parent 1e598fb commit 895d668

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This is the same PostgreSQL build that powers [Supabase](https://supabase.io), b
183183

184184
## Primary Features
185185
- ✅ Postgres [postgresql-15.14](https://www.postgresql.org/docs/15/index.html)
186-
- ✅ Postgres [postgresql-17.6](https://www.postgresql.org/docs/17/index.html)
186+
- ✅ Postgres [postgresql-17.7](https://www.postgresql.org/docs/17/index.html)
187187
- ✅ Postgres [orioledb-postgresql-17_11](https://github.com/orioledb/orioledb)
188188
- ✅ Ubuntu 24.04 (Noble Numbat).
189189
-[wal_level](https://www.postgresql.org/docs/current/runtime-config-wal.html) = logical and [max_replication_slots](https://www.postgresql.org/docs/current/runtime-config-replication.html) = 5. Ready for replication.

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ postgres_major:
1111
# Full version strings for each major version
1212
postgres_release:
1313
postgresorioledb-17: "17.5.1.073-orioledb"
14-
postgres17: "17.6.1.052"
14+
postgres17: "17.7.1.001"
1515
postgres15: "15.14.1.052"
1616

1717
# Non Postgres Extensions

migrations/schema-17.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
\restrict SupabaseTestDumpKey123
66

7-
-- Dumped from database version 17.6
8-
-- Dumped by pg_dump version 17.6
7+
-- Dumped from database version 17.7
8+
-- Dumped by pg_dump version 17.7
99

1010
SET statement_timeout = 0;
1111
SET lock_timeout = 0;

nix/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ in
4646
hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
4747
};
4848
"17" = {
49-
version = "17.6";
50-
hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA=";
49+
version = "17.7";
50+
hash = "sha256-7540MwLszTMRLxsvAke+STy1doMTretViwLeh5ei6bU";
5151
};
5252
};
5353
orioledb = {

0 commit comments

Comments
 (0)