edgedb dump

Backup an EdgeDB database to a file.

edgedb [connection-option...] dump [--all] path

edgedb dump is a terminal command used to backup an EdgeDB database into a file.

connection-option

See the Common Connection Options. The dump command backups the database it is connected to.

path

The name of the file to backup the database into.

--all

Dump all databases and the server configuration using the directory specified by the path.

--format=format

Choose dump format. For normal dumps this parameter should be omitted. For --all only --format=dir is required.

Light
Dark
System