Light
Dark
System
v2latest
v3dev
v2latest
v1

edgedb migration upgrade-check

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.

--schema-dir=schema-dir

Directory where the schema files are located. Defaults to ./dbschema.

--to-version to_version

Check the upgrade to a specified version

--to-nightly

Check the upgrade to a latest nightly version

--to-testing

Check the upgrade to a latest testing version

--to-channel to_channel

Check the upgrade to the latest version in the channel [possible values: stable, testing, nightly]

--watch

Monitor schema changes and check again on change

Light
Dark
System