-
Use the following config for a connector (PostgreSQL Debezium):
```
{
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
"topic.prefix": "p1",
"database.hostname…
-
Hi!
I'm struggling with loading data from Postgres (AWS RDS, version 14.10) to Clickhouse (self-hosted, v24.8.4)
While using `FULL_TABLE` with the setup below, I'm getting an exception that the …
-
1. I set an env var via: `export DATABASE_URL=postgres://[USERNAME]:[PASSWORD]@[HOST]:[PORT]/[DATABASE_NAME]?sslmode=require`
2. I ran `gleam run -m squirrel`
3. I got this output
```sh
Error: C…
-
### Error Message and Logs
When using the provided Docker Compose configuration with a GitHub private repository, not all services load as expected. The same configuration works fine when executed in…
-
As a Radius developer, I would like to use postgres as Radius datastore.
https://github.com/radius-project/radius/pull/7961 introduces support for postgres as a datastore. However, we don't yet ha…
-
We currently have presto running on kubernetes.
We are exploring migrating from presto to trino(in the same kubernetes cluster)
We are facing issues with the timestamp specifically with the mysql da…
-
### Describe the bug
If You make a new question and set the row limit by clicking (not by entering value), it returs all rows in the table.
### To Reproduce
1. Go to 'New Question => [Sample Databa…
-
Expected outcomes
- [x] Setup [CNPG](https://cloudnative-pg.io/) with Helm
Setup is easy with helm installs (tested on colima)
https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/…
-
I noticed that the size of the backup is almost 2 times bigger then the database. Restoring the database from the backup results in a database with the same big size as the backup. Is this normal? How…
-
Create a PostgreSQL database as a SASS on GCP ([Cloud SQL](https://console.cloud.google.com/sql/instances)).
Make sure to insert the `username` and `password` and `host` as an environment variables…