asavchkov

Results 7 comments of asavchkov

In my view what the GoCD pipeline model is missing is "post" type actions. I am already so badly in need of a post-job action (running after all job activities...

After reconsidering this issue I agree with you that this case is so marginal that it should better be avoided than attempted to be handled. I am perfectly fine if...

Yes, I shortened the stack trace in the previous message but here is it in full. This is what the agent logs, the server doesn't log any details, only prints...

I can't reproduce the certificate error on a clean Debian 11.7 (latest at the moment) Docker image. Please follow the [installation instructions](https://postgrespro.github.io/pg_probackup/#pbk-install-deb) and check if the problem still exists. Major...

@artemsafiyulin Packages for RHEL9-like systems are available now so you may try to use them instead of building from source. Check the [installation instructions](https://postgrespro.github.io/pg_probackup/#pbk-install-rhel) for assistance.

Пакеты под RHEL9-подобные системы сейчас доступны в репозитории. Для информации можно посмотреть [инструкции по установке](https://postgrespro.github.io/pg_probackup/#pbk-install-rhel).

The same thing on Windows Server 2019. Setting the timeout in https://github.com/kmike/port-for/blob/a798283c9a8d7203046f283955e1894566efefa7/src/port_for/api.py#L124 to a larger value (say 5 sec) fixes the issue. Can we change it from 1 to 5...