edgedb dump
Backup an EdgeDB database to a file.
edgedb dump [options] path
Description
edgedb dump
is a terminal command used to backup an EdgeDB database into a file.
Options
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.