nom-nom-nix-gc/pg_dump
Félix Baylac Jacqué ebd390987f
Some checks failed
Build nomnom / Build-NomNom (push) Failing after 5m19s
Add create binary cache path
It's not 100% complete yet, we're still displaying dummy data on the
homepage.

The auth path seems to be super verbose. But I'm a bit unwilling to
use a middleware to perform it: from my experience it makes easy to
screw up the auth model :/

I might revisit this choice later on.
2023-12-13 17:40:31 +01:00

5 lines
110 B
Bash
Executable file

#!/usr/bin/env bash
source /tmp/nom-nom-dev-args
pg_dump -h "${host}" -p "${port}" -d "${dbname}" > dump.sql