Rails import database on heroku -


i trying import database computer heroku keep on saying unknown command that.even confuse command use .i have postgre sql database.i want know how import database


   push source_database remote_target_database  remote_target_database must empty.   source_database must either name of database  existing on localhost or qualified url of  remote databas 


remote_target_database ??? , need specify full path source database ?

try following.

heroku pg:push your_app_name_development database_url


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -