Created
October 23, 2018 02:13
-
-
Save darrenrogan/0dd3113172596ea10f6eb1342474285b to your computer and use it in GitHub Desktop.
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
dropdb -h db.dev1.server.internal -U dbuser databasename | |
createdb -h db.dev1.server.internal -U dbuser databasename | |
psql -h db.dev1.server.internal -U dbuser databasename < db.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo apt install postgresql postgresql-client