Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created February 17, 2017 15:21
Show Gist options
  • Save zedtux/290a6be86071016699a422a5679928ca to your computer and use it in GitHub Desktop.
Save zedtux/290a6be86071016699a422a5679928ca to your computer and use it in GitHub Desktop.
Docker command to import a single table
docker exec legalannouncements_database_1 pg_restore -U appuser --dbname my_awesome_development --table=institutions /db_dump/20160815_backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment