Hello, we have around 25 servers hosting 2-8 apps each and are looking to migrate by the deadline. We have limited personnel to dedicate to this task and need to find the most efficient method possible. We're mainly a PHP shop now and haven't had any experience migrating Django apps, only maintaining.
Should we begin with a new server setup and test the migration script when it has been prepared? Should we look at deploying from our repository? Should we export the Postgres db using phpPgAdmin over dumping data, which has often been problematic in my experience? How long will the Python 2.7 apps continue to run?
So many questions, so little time. Thank you.