ruby on rails - How to take database backup on heroku without pgbackups addon? -
i'm looking way take database backup on heroku without using pgbackups addon. there gem can in situation? gem should not use command line command pg_dump.
you can save copy development environment using command:
heroku db:pull 
Comments
Post a Comment