'amazon AWS RDS and Django not playing well
I am trying to run the command ./manage.py loaddata to populate my rds postgres db, however when i run it the command just hangs forevor. Any ideas how to fix this?
Solution 1:[1]
Most likely, the process has been killed by the OS.
When I tried it locally I got no message exactly as you mentioned, when I tried it using AWS cloud9 IDE I received the message 'killed'.
I upgraded the cloud9 instance type and it worked.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dharman |
