Light
Dark
System
v4latest
v4latest
v3
v2
v1

edgedb migration apply

Once the migration scripts are in place the changes can be applied to the database by this command:

edgedb migration apply [options]

The tool will find all the unapplied migrations in dbschema/migrations/ directory and sequentially run them on the target instance.

The migration apply command runs on the database it is connected to. For specifying the connection target see connection options.

--quiet

Do not print any messages, only indicate success by exit status.

--schema-dir=schema-dir

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

--to-revision=to-revision

Upgrade to a specified revision.

Unique prefix of the revision can be specified instead of full revision name.

If this revision is applied, the command is no-op. The command ensures that this revision present, but it’s not an error if more revisions are applied on top.

--dev-mode

The --dev-mod option is compatible with EdgeDB server 3.0 and above.

Apply the current schema changes on top of the current migration history, without having created a new migration. This works the same way as edgedb watch but without starting a long-running watch task.

Light
Dark
System

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.