I'm moving from EC2 to Heroku, and I got a shared database so I cannot use psql to restore the database.
Any ideas or strategies to move this?
The only option I can think of right now would be to dump the data in Django (they use JSON for that) and migrate.
I have a Django app and a 20GB shared PostgreSQL database.