Skip to content

Instantly share code, notes, and snippets.

@lorenzosinisi
Created June 4, 2015 06:49
Show Gist options
  • Save lorenzosinisi/4cd35a2848e258affc28 to your computer and use it in GitHub Desktop.
Save lorenzosinisi/4cd35a2848e258affc28 to your computer and use it in GitHub Desktop.
Restoring database from Flynn.io to PSQL capistrano
pg_restore --verbose --host localhost --username {USERNAME} --clean --no-owner --no-acl --dbname {DB} latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment