You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
awesome project this :)
I suspect I need to add some specific S3 extra_permissions to get access to the bucket containing the sqlite file. Will report back as soon as i crack this.
OK think I figured this out.
I was running the below but getting odd errors: python manage.py migrate --settings=xperiment.settings.production
When I start from scratch (deleting the sqlite file in my s3 created from above), and run the below, all good (n.b. 'production' is just the staging name I gave my zappa project): zappa manage production migrate
I'll pull-request some mods to your docs, which might help people in the future, regarding my issue.
cheers,
Andy.
Hi there,
awesome project this :)
I suspect I need to add some specific S3 extra_permissions to get access to the bucket containing the sqlite file. Will report back as soon as i crack this.
PS here's my own zappa specific add on :) https://github.com/andytwoods/zappa-call-later
The text was updated successfully, but these errors were encountered: