Currently commands like pg_dump use the client tooling package installed directly on the host:
We should move the command to run inside a container. This will remove our dependency on PG version available on host's operating system (and prepare us further to running on kubernetes/openshift).
Currently commands like
pg_dumpuse the client tooling package installed directly on the host:foremanctl/src/roles/backup/tasks/database_dumps.yaml
Line 5 in b27acb8
We should move the command to run inside a container. This will remove our dependency on PG version available on host's operating system (and prepare us further to running on kubernetes/openshift).