which pg_dumpall > /dev/null || exit 0
su postgres -c 'pg_dumpall --clean'
