⚠️ The NPQ registration app has access to the ECF database in several environments while we are in the process of migrating functionality from ECF. While this connection is in place we need to be careful runningrails db
commands as they will run against both databases by default. To run migrations on NPQ registration only, for example, you should userails db:migrate:primary
.
The migration environment is a temporary environment we have put in place to facilitate the separation of NPQ-specific behavior from the ECF application. We will be using this environment for testing the code added/migrated from ECF and also for running test data migrations to bring across the necessary data from the ECF database.
- A merge to
main
will trigger a deployment to the migration environment. - The instance is hosted at https://npq-registration-migration-web.teacherservices.cloud/.