-
```
$ sudo docker run --name postgresql -itd --restart always --env 'PG_PASSWORD=postgres' --env 'PG_TRUST_LOCALNET=true' --publish 5432:5432 --volume /srv/docker/postgresql:/var/lib/postgres…
-
Every time I use `mix igniter.install ash_postgres` I run into this situation:
```bash
What is the minimum PostgreSQL version you will be using?
AshPostgres uses this information when generatin…
-
### Name and Version
bitnami/postgres:16
### What architecture are you using?
amd64
### What steps will reproduce the bug?
I'm using the bitnami/postgres16 image with docker compose. I'm starting…
-
### What happened?
The db-ready health-check configured for the helm chart fails and always proceeds until timeout (attached log from the init container)
It seems to be failing to list the databas…
-
Hello,
I added psql, but when I try I get
/opt/bin/psql: /usr/bin/perl: bad interpreter: No such file or directory
Can you please help?
-
psql is a very nice database client.
It has a smooth learning curve. Behaves as expected.
Allows many things.
-
I'm trying to load some existing schema and data as a migration into a new postgres db
when goose starts up, it creates the migration table but then errors with
"ERROR: trailing junk after nume…
jmls updated
2 months ago
-
### Describe the bug
### Error message/log
_No response_
### To Reproduce
`./risedev psql`
### Expected behavior
### How did you deploy RisingWave?
_No response_
### The version of Ris…
-
### Description
I like to use alloydb-auth-proxy instead of python language connnector.
psql client is working when I authenticate using service account and not specifying PGPASSWORD. But sqlalchem…
-
Implement a postgresql connector via the database interface