Don Seiler

Results 12 issues of Don Seiler

Please provide the following information when submitting an issue (feature requests or general comments can skip this): 1. pgBackRest version: 2.32 2. PostgreSQL version: 12 3. Operating system/version - if...

enhancement

Please provide the following information when submitting an issue (feature requests or general comments can skip this): 1. pgBackRest version: 2.28 2. PostgreSQL version: 10.15 3. Operating system/version - if...

enhancement

**Describe the bug** We've been getting Inspec reports about the `/etc/motd` permissions from this section here: https://github.com/dev-sec/cis-dil-benchmark/blob/master/controls/1_7_warning_banners.rb#L61-L74 However in most of our VMs, we do not have an `/etc/motd` file....

Just read this note from the HOWTO: > The next step is to partition the data out of the default. You DO NOT want to leave data in the default...

question

I'd like to add a new check that does standby lag based just on pg_last_xact_replay_timestamp() on the standby, without having to connect to the primary. Something akin to: `SELECT EXTRACT(EPOCH...

The latest release of check_oracle_health did not work for SYSDBA connections because the code was setting the username to "sysdba" when it needs to be null. I have a patch...

I updated my earlier modification to include two checks that I wrote for an Oracle dataguard standby. I'm not too familiar with the pull request system but I'll try to...

Using version 1.31.3 ``` $ ./tail_n_mail --version ./tail_n_mail version 1.31.3 ``` Configured to just use the latest log file: ``` FILE1: /var/lib/pgsql/9.6/data/pg_log/LATEST LASTFILE1: /var/lib/pgsql/9.6/data/pg_log/postgresql-2018-02-26_000000.log OFFSET1: 2551862 ``` Scheduled to run...

Using pgbouncer 1.20.1 on Ubuntu 22.04 via the PGDG apt repo. The PG instance is PG 15, the DB name is hyphenated (eg "this-is-my-db"). I had a misconfig in the...

**Describe the bug** We're trying to run the postgres inspec as an `inspec` user so that we don't need to configure password authentication for our DB owner. However we see...