Evgeny Morozov
Evgeny Morozov
### Description I have an XML configuration file like this: ``` ``` that I read using Microsoft.Extensions.Configuration.IConfigurationSection: ``` foreach (var configItem in configRoot.GetSection("Level1:Level2").GetChildren()) Console.WriteLine("Path={0}, key={1}, value={2}", configItem.Path, configItem.Key, configItem.Value ??...
When a job is created with a trigger that is supposed to trigger it immediately it sometimes does not run when the machine is under high CPU load (whether from...
When reviewing a PR I often finding myself making comments with questions that are answered later in the diff, so the comment is no longer relevant, but the author still...
Please provide the following information when submitting an issue (feature requests or general comments can skip this): 1. pgBackRest version: 2.36 2. PostgreSQL version: 14.1 3. Operating system/version - if...
1. pgBackRest version: 2.36 2. PostgreSQL version: 14.2 3. Operating system/version: Ubuntu 18.04 4. Did you install pgBackRest from source or from a package? Package I have pgBackRest normally running...
repmgr 5.3.0, PostgreSQL 14.1, Ubuntu 18.04 I have one standby node attached to a primary. The standby fell behind during some heavy writing on the primary and I rebooted the...
I set up two instances ("clusters") of PostgreSQL 14.1 on an Unbuntu 18.04 machine with repmgr (v5.3) for both. I find that when I run any repmgr command it prints...
https://docs.pgbarman.org/release/2.10/barman.5.html says that the default value of the "archiver" option is true". However, it appears to be false. I did not set this option in my barman 2.10 installation and...
barman 2.10, PostgreSQL 12.2 I've configured an active and a passive barman server, as described under http://docs.pgbarman.org/release/2.10/index.html#geographical-redundancy When I restore from the passive barman instance I find that only changes...
barman 2.10, PostgreSQL 12.2, Ubuntu 18.04 I got barman running successfully with config like this ``` backup_method = rsync streaming_archiver = on slot_name = barman create_slot = auto archiver =...