Skip to content

Instantly share code, notes, and snippets.

@nyarly
Created October 16, 2019 23:43
Show Gist options
  • Select an option

  • Save nyarly/2c4bb7b9300bbfe8f1fba4f8c5809cef to your computer and use it in GitHub Desktop.

Select an option

Save nyarly/2c4bb7b9300bbfe8f1fba4f8c5809cef to your computer and use it in GitHub Desktop.
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p postgresql_11
pg_dump --no-owner --no-privileges --schema-only database -f /tmp/database_back.sql -h example.com -U a_user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment