django - How to get files stored in Elastic Beanstalk instance? -


i have django (1.10) app running in elastic beanstalk. want dump apps data fixtures , download these fixtures local machine (to replicate in local database).

so far, i've eb ssh'ed instance , dumped data ~/myapp_current.json.

but can not find way copy file local machine. there no eb scp command.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -