#!/usr/bin/env bash
set -euo pipefail

export PGUSER="${POSTGRES_USER:-postgres}"

pg_dumpall | zstd