Created
February 17, 2017 15:21
-
-
Save zedtux/290a6be86071016699a422a5679928ca to your computer and use it in GitHub Desktop.
Docker command to import a single table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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