Light
Dark
System
v2latest
v3dev
v2latest
v1

edgedb dump

Backup an EdgeDB database to a file.

edgedb dump [options] path

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

The dump command backups the database it is connected to. For specifying the connection target see connection options.

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