Skip to content

Commit a569643

Browse files
committed
v3.7.0
1 parent fd6e66a commit a569643

File tree

8 files changed

+14
-17
lines changed

8 files changed

+14
-17
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,18 +594,15 @@ Pigsty runs on bare linux directly, and focuses on active maintained mainstream
594594
595595
| Code | Distro | `x86_64` | Status | `aarch64` | Status |
596596
|:--------:|-----------------------------------|:---------------------------------------------------:|:------:|:-----------------------------------------------------:|:------:|
597-
| **EL10** | RHEL 10 / Rocky10 / Alma10 / ... | [`el10.x86_64`](roles/node_id/vars/el10.x86_64.yml) || [`el10.aarch64`](roles/node_id/vars/el10.aarch64.yml) | ⚠️ |
597+
| **EL10** | RHEL 10 / Rocky10 / Alma10 / ... | [`el10.x86_64`](roles/node_id/vars/el10.x86_64.yml) || [`el10.aarch64`](roles/node_id/vars/el10.aarch64.yml) | |
598598
| **EL9** | RHEL 9 / Rocky9 / Alma9 / ... | [`el9.x86_64`](roles/node_id/vars/el9.x86_64.yml) || [`el9.aarch64`](roles/node_id/vars/el9.aarch64.yml) ||
599-
| **EL8** | RHEL 8 / Rocky8 / Alma8 / Anolis8 | [`el8.x86_64`](roles/node_id/vars/el8.x86_64.yml) || [`el8.aarch64`](roles/node_id/vars/el8.aarch64.yml) | ⚠️ |
599+
| **EL8** | RHEL 8 / Rocky8 / Alma8 / Anolis8 | [`el8.x86_64`](roles/node_id/vars/el8.x86_64.yml) || [`el8.aarch64`](roles/node_id/vars/el8.aarch64.yml) | |
600600
| **U24** | Ubuntu 24.04 (noble) | [`u24.x86_64`](roles/node_id/vars/u24.x86_64.yml) || [`u24.aarch64`](roles/node_id/vars/u24.aarch64.yml) ||
601601
| **U22** | Ubuntu 22.04 (jammy) | [`u22.x86_64`](roles/node_id/vars/u22.x86_64.yml) || [`u22.aarch64`](roles/node_id/vars/u22.aarch64.yml) ||
602602
| **D13** | Debian 13 (trixie) | [`d13.x86_64`](roles/node_id/vars/d13.x86_64.yml) || [`d13.aarch64`](roles/node_id/vars/d13.aarch64.yml) ||
603603
| **D12** | Debian 12 (bookworm) | [`d12.x86_64`](roles/node_id/vars/d12.x86_64.yml) || [`d12.aarch64`](roles/node_id/vars/d12.aarch64.yml) ||
604604
605605
606-
> ✅ = Support , 📦 = Offline Package , ⚠️ Deprecated, ❌ = Unsupported (el10.aarch64 upstream is breaking)
607-
608-
609606
--------
610607
611608
## Sponsors

app/supabase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Supabase's slogan is: "**Build in a weekend, Scale to millions**". Supabase has
1313
But there is no doubt that when you really grow to millions of users, some may choose to self-hosting their own Supabase —— for functionality, performance, cost, and other reasons.
1414

1515
That's where Pigsty comes in. Pigsty provides a complete one-click self-hosting solution for Supabase.
16-
Self-hosted Supabase can enjoy full PostgreSQL monitoring, IaC, PITR, and high availability, the new PG 17 kernels (and 14~16),
16+
Self-hosted Supabase can enjoy full PostgreSQL monitoring, IaC, PITR, and high availability, the new PG 18 kernels (and 15~18),
1717
and [437](https://pgext.cloud/list) PostgreSQL extensions ready to use, and can take full advantage of the performance and cost advantages of modern hardware.
1818

1919

conf/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Config templates can be designated using `./configure -c <conf>`, where the conf
1515
./configure -c citus # Distributed HA PostgreSQL with the Citus extension (14~17)
1616
./configure -c mssql # Babelfish kernel with SQL Server wire-compatibility (15)
1717
./configure -c polar # PolarDB PG kernel for Aurora / RAC flavor postgres (15)
18-
./configure -c ivory # IvorySQL Kernel for Oracle grammar compatibility (17)
18+
./configure -c ivory # IvorySQL Kernel for Oracle grammar compatibility (18)
1919
./configure -c mysql # OpenHalo Kernel for MySQL Compatibility (14)
20-
./configure -c pgtde # Percona PostgreSQL Server with TDE (17)
21-
./configure -c oriole # OrioleDB Kernel for OLTP Enhancement (17, deb broken)
22-
./configure -c supabase # PostgreSQL configured for Supabase self-hosting (15~17)
20+
./configure -c pgtde # Percona PostgreSQL Server with TDE (18)
21+
./configure -c oriole # OrioleDB Kernel for OLTP Enhancement (17)
22+
./configure -c supabase # PostgreSQL configured for Supabase self-hosting (15~18)
2323

2424
# use multi-node HA templates
2525
./configure -c ha/dual # use the 2-node HA template

conf/app/registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ all:
115115
#----------------------------------------------#
116116
# PGSQL : https://doc.pgsty.com/pgsql/param
117117
#----------------------------------------------#
118-
pg_version: 18 # Default PostgreSQL Major Version is 17
118+
pg_version: 18 # Default PostgreSQL Major Version is 18
119119
pg_conf: oltp.yml # pgsql tuning specs: {oltp,olap,tiny,crit}.yml
120120
pg_packages: [ pgsql-main, pgsql-common ] # pg kernel and common utils
121121
#pg_extensions: [ pg18-time ,pg18-gis ,pg18-rag ,pg18-fts ,pg18-olap ,pg18-feat ,pg18-lang ,pg18-type ,pg18-util ,pg18-func ,pg18-admin ,pg18-stat ,pg18-sec ,pg18-fdw ,pg18-sim ,pg18-etl]

conf/demo/kernel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all:
2222
10.10.10.10: { pg_seq: 1, pg_role: primary }
2323
vars:
2424
pg_cluster: pg-meta
25-
pg_version: 17
25+
pg_version: 18
2626
pg_packages: [ pgsql-main, pgsql-common, citus, timescaledb ]
2727
pg_libs: 'citus, timescaledb, pg_stat_statements, auto_explain'
2828
pg_users: [{ name: dbuser_meta ,password: DBUser.Meta ,pgbouncer: true ,roles: [dbrole_admin] ,comment: pigsty admin user }]
@@ -35,7 +35,7 @@ all:
3535
vars:
3636
pg_mode: ivory
3737
pg_cluster: pg-ivory
38-
pg_version: 17
38+
pg_version: 18
3939
pg_packages: [ ivorysql, pgsql-common ]
4040
pg_libs: 'liboracle_parser, pg_stat_statements, auto_explain'
4141
pg_users: [{ name: dbuser_meta ,password: DBUser.Meta ,pgbouncer: true ,roles: [dbrole_admin] ,comment: pigsty admin user }]
@@ -128,6 +128,6 @@ all:
128128

129129
repo_remove: true # remove existing repo on admin node during repo bootstrap
130130
node_repo_remove: true # remove existing node repo for node managed by pigsty
131-
repo_extra_packages: [ pg17-main, polardb, ivorysql, citus, timescaledb, sqlcmd ]
131+
repo_extra_packages: [ pg18-main, polardb, ivorysql, citus, timescaledb, sqlcmd ]
132132
pg_version: 17 # default postgres version
133133
...

conf/ha/simu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#==============================================================#
1111

1212
# this config template was intended to use the ent offline packages
13-
# which contains postgres 13-17 and all other required packages
13+
# which contains postgres 13-18 and all other required packages
1414

1515
all:
1616

conf/slim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ all:
6464
#----------------------------------------------#
6565
# PGSQL : https://doc.pgsty.com/pgsql/param
6666
#----------------------------------------------#
67-
pg_version: 18 # Default PostgreSQL Major Version is 17
67+
pg_version: 18 # Default PostgreSQL Major Version is 18
6868
pg_conf: oltp.yml # pgsql tuning specs: {oltp,olap,tiny,crit}.yml
6969
pg_packages: [ pgsql-main, pgsql-common ] # pg kernel and common utils
7070
#pg_extensions: [ pg18-time ,pg18-gis ,pg18-rag ,pg18-fts ,pg18-olap ,pg18-feat ,pg18-lang ,pg18-type ,pg18-util ,pg18-func ,pg18-admin ,pg18-stat ,pg18-sec ,pg18-fdw ,pg18-sim ,pg18-etl]

pigsty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# File : pigsty.yml
44
# Desc : Pigsty default 1-node online install config
55
# Ctime : 2020-05-22
6-
# Mtime : 2025-11-23
6+
# Mtime : 2025-12-02
77
# Docs : https://doc.pgsty.com/config
88
# License : AGPLv3 @ https://doc.pgsty.com/about/license
99
# Copyright : 2018-2025 Ruohang Feng / Vonng ([email protected])

0 commit comments

Comments
 (0)