PrimeNawa R1
Database readiness
Database creation and schema migration are controlled by PrimeNawa.Host.Migrator. This Web host can inspect readiness, but it cannot create, adopt, upgrade, or roll back a database.
Current state
Required Migrator workflow
Supply the database connection through the approved secret environment variable
PRIMENAWA_MIGRATOR_CONNECTION_STRING. Never place the connection string on the command line.
- Run
PrimeNawa.Host.Migrator status --json. - Run
PrimeNawa.Host.Migrator verify --json. - Generate and approve an exact migration plan.
- Run the confirmed apply command from the release runbook.
- Return here and refresh the read-only readiness check.
Existing legacy databases must pass exact parity verification through
adopt-legacy; this page cannot mark a database as applied.
Create the initial administrator
This step is available only after the Migrator has established the verified R1 database. Account creation is dispatched through the normal operation pipeline and cannot execute schema SQL.