pigsty icon indicating copy to clipboard operation
pigsty copied to clipboard

Battery-Included PostgreSQL Distro as a Free RDS Alternative

Results 94 pigsty issues
Sort by recently updated
recently updated
newest added

更新pigsty/templates/tiny.yml后中的参数后,不知道如果下发到pg node中,在pg node中更新了postgresl.conf,pg reload后配置还原了,如何能更新,感谢指导

这个挂载动作是由谁来操作的,pg数据节点的服务是符合控制的

We can tune node parameters just like postgres parameters https://github.com/Vonng/pigsty/issues/80

feature

Need further local sandbox testing before merging https://github.com/Vonng/pigsty/pull/131

enhancement
feature

If there are multiple meta nodes, we have to provide a way to designate one as the primary meta node. It is reasonable to use the CURRENT node as the...

feature

Add support for CentOS 9

enhancement

We can use docker for that and use existing pigsty postgres with `--backend-dsn` option. ``` edgedb-server \ --backend-dsn postgres://dbuser_edge:[email protected]:5433 \ --enable-backend-adaptive-ha ``` Reference: https://www.edgedb.com/docs/reference/backend_ha

feature

Create a pg15 beta config for testing purposes. Disable PostGIS / Timescale / Citus and other extensions (since they are not ready in PG15) ```yaml repo_packages: # which packages to...

enhancement