Vadim Voitenko

Results 91 comments of Vadim Voitenko

Hi! I have found the source of the problem and just made [PR](https://github.com/pgbouncer/pgbouncer/pull/817). Have a look at it, I have described the issue. It throws because we have admin/stats user...

The parameters validation was added. The last change that is required is to implement a dummy toc header generating for greenmask without pg_dump call

Partially closed by #137

Circular dependencies resolution is published #154

This is closed by the completion of all linked tasks

1. Well we could suggest in the documentation using the `prefix` parameter in the storage to isolate them. Or we could add one more level with the hostname provided `--original-hostname`....

@joao-zanutto > How should I that be implemented so it can be used by the commands adapted to solve this issue? Should this query be added to internal/db/postgres/context or something...

@joao-zanutto That's a good point. I suspect it can be simply solved, but I should ensure that it can be completed seamlessly. Thank you!

I've just checked. The Json format file is already working ```json { "common": { "pg_bin_path": "/usr/lib/postgresql/16/bin", "tmp_dir": "/tmp" }, "storage": { "type": "s3", "s3": { "endpoint": "http://playground-storage:9000", "bucket": "adventureworks", "region":...

It is not as simple. Currently, it raises an error. I will check the implementation later ```bash export DUMP_TRANSFORMATION='[ { "schema": "humanresources", "name": "employee", "transformers": [ { "name": "NoiseDate", "params":...