peerdb
peerdb copied to clipboard
Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
For errors in mirror validation, the actual error doesn't show up in UI error toast. Seems to be a regression introduced [here](https://github.com/PeerDB-io/peerdb/pull/1963/files#diff-a7883d5ec531b24f0ee2f72fb0e168bba0c5cdf9841342a8d95fb4718322eb9dL460) This PR fixes this and adds a log...
TODO test ~TODO https~ handled by ingress
In Clickhouse peer validation, have a step where we have a dummy avro file in a minio bucket and we try to do a `select * from s3()` from that...
When a resync is kicked off, wipe out the peerdb stats of the mirror - - Wipe initial load stats tables - Wipe CDC stats tables
Show postgres version in create mirror page
I have issue when i need to restart my peerdb service (self hosted) since the target db already have data in it, i got conflict and the initial copy can't...
Error in logs looks like: ``` produce request failed, triggering metadata update unable to dial: dial tcp [::1]:19092: connect: connection refused ``` ``` unable to open connection to broker dial...
SELECT * FROM sai_fresh.test_interval_1; ERROR: Internal error: Request error (error: error decoding response body: unknown variant `INTERVAL`, expected one of `STRING`, `BYTES`, `INTEGER`, `INT64`, `FLOAT`, `FLOAT64`, `NUMERIC`, `BIGNUMERIC`, `BOOLEAN`, `BOOL`,...
The query text field when you setup the query mirrors is a fixed size, so if you enter a long command, you can't see it all, you have only a...
During SetupFlow and ValidateMirror in PG to Clickhouse CDC, if a target table exists already, check if the columns have compatible data types. Essentially we should be able to insert...