How do I change database models and maintain the data already in an RDS instance? Right now I only know how to "change/migrate" models by connecting to an entirely new RDS instance and destroying the old one.
Django: 1.10.5 Python: 3.4 Deployment: Ansible playbooks, Upstart, Nginx RDS: PostgreSQL 9.5.4
The workflow is: