Nick Farrell
Nick Farrell
This is a cherry-pick of [this PR](https://github.com/aiven/pghoard/pull/530) , applied to the 2.2.1b tag.
This modifies the receivexlog to use the updated configuration settings following a SIGHUP # Why this way When SIGHUP is issued, self.config is refreshed in all threads, but without this...
This adds a very simple pre-commit configuration. It will make it easier for contributers to verify their code is correctly formatted before pushing. This initial version simply executed yapf, mypy...
# About this change - What it does Provides an additional (optional) configuration setting: `durable_basebackup_path`, allowing the basebackup path to be preserved across restarts of the service. # Why this...
Record failure to initialize reason in the jourmalpump state file.
To enable more targeted alerting, an additional metric should be emitted which measures the time taken to apply any new available binlogs. While there are metrics related to replication lag,...
Multiple backup streams add complexity and instability, increasing load on the server for negligible benefit. It is better to complete the current backup before devoting resources to beginning a second...
Due to changes in the underlying mysql version, it may be required to run OPTIMIZE TABLE on tables which have been ALTERed, to prevent cuprruption. xtrabackup detects this situation and...
It is not sufficient to use one set of dev dependencies. In particular, pytest-asyncio has introduced a breaking change in f39.
The strange thing is that the docker base implied it is cordova 5.1.1, but by default, cordova 4.0.2 is used. ``` bash $ cordova="docker run -it --rm --privileged -v /dev/bus/usb:/dev/bus/usb...