Skip to main content

All Questions

3 votes
1 answer
3k views

Diagnosing low disk space error from PostgreSQL despite low disk usage

I have a Django web application using a PostgreSQL 9.3 database, which occassionally throws the error: File "/usr/local/my_site/.env/lib/python2.7/site-packages/django/db/utils.py", line 94, in ...
Cerin's user avatar
  • 3,680
1 vote
1 answer
298 views

Amazon RDS: Why is Security Groups listed twice?

Via the AWS Management Console: I created an Elastic Beanstalk app configured with RDS. When I look at my Amazon RDS PostgreSQL DB instance details, I see Security Groups listed twice, with two ...
ma11hew28's user avatar
  • 799
0 votes
3 answers
75 views

Verifying the reason why people say it's not a good practice to let an app connect to your db directly

I'm working with postgre (AWS RDS) for my db and using node (AWS EC2) for server side. I'm just starting out so I don't have much context. I always used other third party software like Parse for DB so ...
shle2821's user avatar
  • 109