edgedb dump
Backup an EdgeDB branch (or database pre-v5) to a file.
edgedb dump [options] path
Options
The dump
command creates a backup of the currently active database branch
or, in pre-v5 instances, the currently connected database.
For specifying the connection target see connection options.
- path
-
The name of the file to backup the database branch into.
- --all
-
Dump all branches (databases pre-v5) 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.