fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Sets up application to use Postgres instance on AWS #268

Closed smcalilly closed 10 months ago

smcalilly commented 10 months ago

Overview

Code changes include:

Notes

This is necessary to fix the segmentation error that we diagnosed in #252 and #241. Heroku's GEOS version is creating the bug, as evidenced from being unable to recreate the bug using the same data in a database that has the latest versions of GEOS and Postgis.

Things I did outside of this PR:

Once this PR comes in, we can take the final step of switching from the Heroku DB to the RDS DB.

Testing Instructions