-
Hi, when I use the plugin without filter i get
`pg_recvlogical -U postgres -d website --slot fc_events --start --create-slot -P wal2json -o pretty-print=1 -o -f -`
```
{
"change": [
{
"k…
Fxlr8 updated
6 years ago
-
I'd like to be able to filter all changes to `pg_temp_*` tables from wal2json messages. However, the existing `filter-tables` solution does not allow for wildcards within table names (see also https:/…
-
Handle ORIGIN messages so we know where changes came from upstream in a cluster setting
https://www.postgresql.org/docs/14/protocol-logicalrep-message-formats.html
`wal2json` supports adding thi…
-
Do you consider [Logical Decoding / Streaming Replication](https://www.postgresql.org/docs/11/logicaldecoding.html) a goal of this library? I'm not 100% sure yet, but I might try a stab of implementin…
kosta updated
5 years ago
-
Just face en issue when starting the command bellow:
pg_replicate_elastic --config=/Users/zhanglei/dbfiles/config.json
config.json content:
{
"replication_slot": {
"…
-
**Describe the bug**
Primary key updates handled incorrectly in LOG_BASED replication, causing old data to be kept in target tables.
**To Reproduce**
Steps to reproduce the behavior:
```
-- tab…
iljau updated
3 years ago
-
For Debian packages at least, when trying to install the PGDG versions of pgbouncer, patroni, pgbackrest and pgbadger (those were the ones that I tried to move, others might have similar issues), the …
mohag updated
3 months ago
-
I'm trying to stream changes using CDC + wal2json to a data target.
Right now following this tutorial it shows some examples in python. But, I want to attempt it in NodeJS.
https://aws.amazon.co…
-
Hi,
great job!
But...
**I get ERRORS when testing pgcopydb clone --follow --plugin test_decoding**
**By the way: pgcopydb clone --follow --plugin wal2json WORKS**
**Environment:**
Source …
-
Hi!
I'm trying to setup sync with Postgres hosted by Google Cloud, currently my sync only copies names of the tables, but the contents of index is empty.
I see that meilisync requires `wal2json` e…