Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.09 KB

migration_environment.md

File metadata and controls

14 lines (8 loc) · 1.09 KB

< Back to Navigation

Migration Environment

⚠️ 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 running rails db commands as they will run against both databases by default. To run migrations on NPQ registration only, for example, you should use rails db:migrate:primary.

Overview

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.

Deployment