Checks your schema against the new EdgeDB version. You can add --to-version
<version>
, --to-testing
, --to-nightly
, or --to-channel <channel>
to check against a specific version.
edgedb migration update-check [options]
The upgrade check is performed automatically when you perform an upgrade.
The migration upgrade-check
command runs on the database it is connected
to. For specifying the connection target see connection options.
Directory where the schema files are located. Defaults to ./dbschema
.
Check the upgrade to a specified version
Check the upgrade to a latest nightly version
Check the upgrade to a latest testing version
Check the upgrade to the latest version in the channel [possible values: stable, testing, nightly]
Monitor schema changes and check again on change