##talk about adding PostGIS in PostGres here
- Create a database 'walksafe'
- Manually: Connect to walksafe, right click on extension add postGIS
- In termial: psql -d walksafe -c "CREATE EXTENSION postgis;"
##Updating EC2 DB with seed file
- SSH into EC2 DB
- Filezilla to drop new csv files into /var/www/WalkSafe-server/db/csv folder
- SSH into EC2 Server
npm run seed
##Updating EC2 DB by hand
- Open up PSQL shell on local computer
- Connect to EC2 DB with team username and password
- use \copy command to upload csv files into the EC2 DB
##Updating RDS DB by hand
- Open up PSQL shell on local computer
- Connect to RDS DB with team username and password
- use \copy command to upload csv files into the RDS DB