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 - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -