Skip to content

Yoshi20/Anime-Sammlung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku commands

Create heroku app (just once)

  • ($ heroku create)

Push master to the server

  • $ git push heroku master

Run a rake-task on the server

  • $ heroku run rake db:migrate

Run bash on the server

  • $ heroku run bash

Download db-backup from the server

  • $ heroku pg:backups capture

  • $ curl -o latest.dump `heroku pg:backups public-url`

Restor db to local db

  • $ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U <myuser> -d anime_list_development latest.dump

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published