Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ssh ubuntu@54.205.236.26 "pg_dump --no-password -U postgres --no-owner --clean --no-acl digcol" > ~/Desktop/db_for_heroku.sql && \
heroku pg:psql --app scihist-digicoll-production < ~/Desktop/db_for_heroku.sql

...