Eugen Mayer

Results 142 issues of Eugen Mayer

That would be fairly awesome!

when i have this `~/.ssh/assh.yml ```yaml Hosts: myalias: HostName: bar User: me ``` i get a commented out `HostName` when running `assh config build` ``` Host myalias User me #...

After connecting to an SSH server and then disconnecting (exit) the connection is not closed (ps aux | grep ssh). Also flushing with `ass socket flush` does not help. My...

The AUR packages are broken in terms of - `mons` https://aur.archlinux.org/packages/mons is fairly old (2018), it is .e.g missing `-x` - `mons-git` https://aur.archlinux.org/packages/mons-git/ does not use --recursive thus later fails...

``` cannot patch "jira" with kind StatefulSet: StatefulSet.apps "jira" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden ```...

While existingClaims are supported with the old deployment variant, they are currently no longer supported with the statefulset kind of deployment. We should either fix this or maybe add it...

Currently, when connecting to the container, one has to re-export all the already given `POSTGRES_HOST/USER/PASSWORD` variables as `PGHOST/USER/PASSWORD` variables to run `psql`/`pg_dump` and so forth. Is there any design decision...

question

As far as i can see, to use a POSTGRES_CLUSTER backup to backup all databases, on need to set - `POSTGRES_CLUSTER=true` - `POSTGRES_DB=auth` What i wonder is, why `POSTGRES_DB` was...

question

Before anything else, thank you for providing this awesome docker image! Currently writing a help chart for this (which i will share) and asking myself, what the exact meaning of...

question

We created a helm chart for kubernetes for docker-postgres-backup-local - just wanted to shared that: https://github.com/EugenMayer/helm-charts/tree/main/charts/postgres-pgdump-backup Are there any particular suggestions on what to change? One question somehow would be,...