-
服务器重启之后,客户端就连不上 postgresql 数据库了,但是5432端口是通的,就是所有用户都认证失败。
![74bba24e0de3ffc8a2a179d279c001f](https://github.com/Vonng/pigsty/assets/16047426/a2ea0030-29dd-4a29-8219-65886b553807)
在服务器尝试利用localhost连接 …
-
### Describe the bug
In RW:
```
dev=> select count(1) from supplier;
count
-------
0
(1 row)
```
In PG:
```
postgres=# select count(1) from supplier;
count
-------
10000
(1 …
-
I have a table called sales
```
CREATE TABLE sales (
InvoiceID int NOT NULL ,
ItemID int NOT NULL,
Category varchar(255),
…
-
### Describe the bug
ch-benchmark q9 will lead to compute node OOM when there are 3 compute nodes. But it won't be OOM when there is only one compute node. The compute node has the same memory size…
-
_master_ (commit 8e7c2995ec2c9d47a2057f018c85c89ef5cac609)
Failed on OpenJDK 8: http://jenkins.hazelcast.com/view/Jet%20-%20Compatibility/job/jet-oss-master-nightly-zulu-jdk8/48/testReport/com.haze…
-
I'm having trouble applying the following migration:
```sql
-- atlas:txmode none
SELECT * FROM pg_create_logical_replication_slot('test_slot_decoderbufs', 'decoderbufs');
```
As you can see…
-
I try to use clickhouse-sink-connector to replicate pg database for Odoo to clickhouse. I created demo database on odoo screen. Originally, replica is correct. I don't know how to modify config_postgr…
-
Please provide the following information when submitting an issue (feature requests or general comments can skip this):
1. pgBackRest version:
pgbackrest version
pgBackRest 2.39
2. PostgreSQL …
-
Issue will be reopened when https://github.com/quarkusio/quarkus-platform fails to build against latest Quarkus Snapshots.
-
# Image building for s390x
## Failing Packages in base.sh file.
postgresql-10-hll
postgresql-10-postgis-3
```
EXTRAS=("postgresql-pltcl-${version}"
"postgresql-${vers…