command

ridu migrate verify

ridu migrate verify [--database-url <url>] [adapter runner options]

Replay complete history in an isolated adapter-owned database and validate every intermediate state.

PostgreSQL verification uses a temporary shadow schema and accepts runner timeout controls but not stop boundaries. SQLite needs no deployment path and replays history, including registered compiled transforms, in a temporary database. MongoDB uses a command-scoped credential to create, replay, verify, and drop a random shadow database; use separate scoped credentials for the running application, verification, and backups.