dockerfiles
dockerfiles copied to clipboard
Collection of lightweight and ready-to-use docker images
Hello, this PR allow for passing custom options to `pg_dumpall` by using the `$POSTGRES_HOST_OPTS` variable. My use case is that I use a managed DB, and the default "admin" user...
```console 2024/04/04 09:05:42 116: aborting because of server version mismatch 2024/04/04 09:05:42 116 Exit Status: 1 2024/04/04 09:05:43 120 cmd: /bin/sh backup.sh 2024/04/04 09:05:43 120: Creating dump of all databases...
I am trying to execute backups in an environment with a self-signed CA which fails because the root ca certificate is not being trusted. It would be helpful if it...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
The setting was being used in `psql`, but not when POSTGRES_BACKUP_ALL is set.