Skip to content

Instantly share code, notes, and snippets.

@demirtasdurmus
Created April 14, 2022 00:18
Show Gist options
  • Select an option

  • Save demirtasdurmus/65a838c72fe1f5b2adc5068abbd4a90d to your computer and use it in GitHub Desktop.

Select an option

Save demirtasdurmus/65a838c72fe1f5b2adc5068abbd4a90d to your computer and use it in GitHub Desktop.
#!/bin/bash
PGPASSWORD=${1} pg_dump -h ${2} -U ${3} -p ${4} -Fc -d ${5} > ${6}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment