Dimitri Fontaine

Results 239 comments of Dimitri Fontaine

Mostly Javascript I would presume, see https://github.com/dimitri/pgcharts/blob/master/web/js/query.js Beware that if you use the command line version of pgcharts, it's caching the whole static file set in the binary's memory, so...

Now that #519 is in, is that issue still the same? I believe pg_stat_replication should be the way to monitor replay lag, because the pgcopydb.sentinel table only sees LSN from...

Hi @citusvamsi ; please share the logs output from running pgcopydb as text. As an image it makes it harder to read (font sizes, font itself, colors and contrast, etc)...

Hi @hhhroot ; please have a look at the documentation online at https://pgcopydb.readthedocs.io/en/latest/ where you will find available options such as `--debug`. Also, that's available through using `pgcopydb clone --help`....

Should be fixed by #647

See #545 where the ability to have internal catalogs array that spill-to-disk should allow for registering the catalogs for many databases at once and then driving a run for a...

The need for cleaning-up the files as we progress through logical decoding has not been a priority yet, due to the general availability of blob storage in the different cloud...

I see you're running pgcopydb v0.13. Current release is v0.15 ; please try again with that version, and if it does not work, please try also with the version from...

> Currently production migration is struck here and your help will be really appreciated. Is this a known issue with v0.13 ? Because for installing v0.15, if you confirm it...

Is there a way to automate all of that and finish #312 in a way that just works for timescaledb?