Skip to content

Instantly share code, notes, and snippets.

@anujmiddha
Created January 25, 2015 09:14
Show Gist options
  • Save anujmiddha/7b0d80a6ba141e29d61f to your computer and use it in GitHub Desktop.
Save anujmiddha/7b0d80a6ba141e29d61f to your computer and use it in GitHub Desktop.
dokku database reset instructions
dokku postgresql:delete db-name
dokku postgresql:create db-name
dokku postgresql:link app-name db-name
dokku run app-name rake db:migrate
@wall-e-08
Copy link

this should be:
dokku postgresql:link db-name app-name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment