Feng Ruohang

Results 63 issues of Feng Ruohang

Add new entries to `awesome-postgres` * [Pigsty](https://github.com/Vonng/pigsty) - Battery-Included Open-Source Distribution for PostgreSQL with ultimate observability & Database-as-Code toolbox for developers. * [pg_exporter](https://github.com/Vonng/pg_exporter) - Fully customizable Prometheus exporter for PostgreSQL...

**Provide the Bytebase version you are using** v1.0.4 **Describe the bug** Use external pg with existing schemas prevent bytebase perform metadb migration. The `docker-compose.yaml` conf file ```yaml version: "3" services:...

bug

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

Blackbox Monitoring is also important for full observability. It can be used for : * Check infrastructure availability: Consul/Etcd, Nginx, Grafana, Prometheus, etc.... * Yet another failure detector for postgres...

enhancement
monitor