JonathanGarro / SIMS-Portal

IFRC Surge Information Management Support Portal
4 stars 4 forks source link

Response history map gets deleted on re-deployment #24

Open JonathanGarro opened 1 year ago

JonathanGarro commented 1 year ago

When redeploying the app to AWS, Docker overrides the existing CSV that the system generates when new emergencies are created. Need to move the storage for that file to S3 to ensure it persists.

JonathanGarro commented 1 year ago

I included a stopgap solution in 1.0.3. The CSV still saves to local storage, but I've exposed the function within the Admin section, so you can easily re-generate when re-deploying the app.