I am implementing a larvel project, this already has a populated database. Now I need to deploy this project in Heroku but I can not make the migration from my .sql file to postgres Heroku. I have tried with the documentation but the single installation gives errors and I can not continue. Could you help me by guiding me what is the best way to do it?
This is one of the errors:
An error occurred while installing pg (0.21.0), and Bundler cannot
continue.
Make sure that 'gem install pg -v '0.21.0'' succeeds before bundling.