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
Post a Comment