Deploying a (single node) Django Web application with virtually zero downtime on EC2
问题 Question: What are good strategies for achieving 0 (or as close as possible to 0) downtime when using Django? Most of the answer I read say "use south" or "use fabric", but those are very vague answer IMHO. I actually use both, and am still wondering how to achieve zero downtime as much as possible. Some details: I have a decently sized Django application that I host at EC2. I use South for schema and data migrations as well as fabric with boto for automating repetitive deployment/backup