简体   繁体   中英

What is Heroku PG:PULL back-end?

How to reproduce

heroku pg:pull 

in my own environment. (Clone production db to local)

Is it possible to clone db from production to local machine if production configured to use AWS as database?

Maybe
mysqldump -u root -h heroku_database_host -p heroku_database_name - > backup.sql

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM